From 1af4bd83c454aca29361fee578476a3ac4900224 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 7 Apr 2013 20:01:22 +0100 Subject: [PATCH] Stop distributing the compiled documentation with the source --- MANIFEST.in | 3 --- Makefile | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5606dd4c..87e4fb76 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,10 +3,7 @@ recursive-include lib *.py recursive-include tests *.py recursive-include examples *.py somehackers.jpg whereareyou.jpg recursive-include doc README HACKING SUCCESS COPYING* pep-0249.txt -recursive-include doc *.txt *.html *.css *.js Makefile recursive-include doc/src *.rst *.py *.css Makefile -recursive-include doc/html * -prune doc/src/_build recursive-include scripts *.py *.sh include scripts/maketypes.sh scripts/buildtypes.py include AUTHORS README INSTALL LICENSE NEWS diff --git a/Makefile b/Makefile index 858a0b10..db0c2574 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ # # Create a source package:: # -# make env # required to build the documentation # make sdist # # Run the test:: @@ -113,7 +112,7 @@ $(PACKAGE)/tests/%.py: tests/%.py $(PYTHON) setup.py build_py $(BUILD_OPT) touch $@ -$(SDIST): docs MANIFEST $(SOURCE) +$(SDIST): MANIFEST $(SOURCE) $(PYTHON) setup.py sdist $(SDIST_OPT) MANIFEST: MANIFEST.in $(SOURCE)