diff options
-rw-r--r-- | MANIFEST.in | 3 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5606dd4..87e4fb7 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 @@ -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) |