Stop distributing the compiled documentation with the source

This commit is contained in:
Daniele Varrazzo 2013-04-07 20:01:22 +01:00
parent af7347473e
commit 1af4bd83c4
2 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,7 @@ recursive-include lib *.py
recursive-include tests *.py recursive-include tests *.py
recursive-include examples *.py somehackers.jpg whereareyou.jpg recursive-include examples *.py somehackers.jpg whereareyou.jpg
recursive-include doc README HACKING SUCCESS COPYING* pep-0249.txt 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/src *.rst *.py *.css Makefile
recursive-include doc/html *
prune doc/src/_build
recursive-include scripts *.py *.sh recursive-include scripts *.py *.sh
include scripts/maketypes.sh scripts/buildtypes.py include scripts/maketypes.sh scripts/buildtypes.py
include AUTHORS README INSTALL LICENSE NEWS include AUTHORS README INSTALL LICENSE NEWS

View File

@ -11,7 +11,6 @@
# #
# Create a source package:: # Create a source package::
# #
# make env # required to build the documentation
# make sdist # make sdist
# #
# Run the test:: # Run the test::
@ -113,7 +112,7 @@ $(PACKAGE)/tests/%.py: tests/%.py
$(PYTHON) setup.py build_py $(BUILD_OPT) $(PYTHON) setup.py build_py $(BUILD_OPT)
touch $@ touch $@
$(SDIST): docs MANIFEST $(SOURCE) $(SDIST): MANIFEST $(SOURCE)
$(PYTHON) setup.py sdist $(SDIST_OPT) $(PYTHON) setup.py sdist $(SDIST_OPT)
MANIFEST: MANIFEST.in $(SOURCE) MANIFEST: MANIFEST.in $(SOURCE)