mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Stop distributing the compiled documentation with the source
This commit is contained in:
parent
af7347473e
commit
1af4bd83c4
|
@ -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
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user