mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Fixed dependencies to build the docs.
This commit is contained in:
parent
d07791cfe9
commit
78dfbfb94a
6
Makefile
6
Makefile
|
@ -55,7 +55,7 @@ package: $(PLATLIB) $(PURELIB)
|
||||||
|
|
||||||
docs: docs-html docs-txt
|
docs: docs-html docs-txt
|
||||||
|
|
||||||
docs-html: doc/html/index.html
|
docs-html: doc/html/genindex.html
|
||||||
|
|
||||||
docs-txt: doc/psycopg2.txt
|
docs-txt: doc/psycopg2.txt
|
||||||
|
|
||||||
|
@ -115,10 +115,10 @@ MANIFEST: MANIFEST.in
|
||||||
$(PYTHON) setup.py sdist --manifest-only
|
$(PYTHON) setup.py sdist --manifest-only
|
||||||
|
|
||||||
# docs depend on the build as it partly use introspection.
|
# docs depend on the build as it partly use introspection.
|
||||||
doc/html/index.html: package $(SOURCE_DOC)
|
doc/html/genindex.html: $(PLATLIB) $(PURELIB) $(SOURCE_DOC)
|
||||||
PYTHONPATH=$(ENV_LIB):$(BUILD_DIR) $(MAKE) SPHINXBUILD=$(ENV_BIN)/sphinx-build -C doc html
|
PYTHONPATH=$(ENV_LIB):$(BUILD_DIR) $(MAKE) SPHINXBUILD=$(ENV_BIN)/sphinx-build -C doc html
|
||||||
|
|
||||||
doc/psycopg2.txt: package $(SOURCE_DOC)
|
doc/psycopg2.txt: $(PLATLIB) $(PURELIB) $(SOURCE_DOC)
|
||||||
PYTHONPATH=$(ENV_LIB):$(BUILD_DIR) $(MAKE) SPHINXBUILD=$(ENV_BIN)/sphinx-build -C doc text
|
PYTHONPATH=$(ENV_LIB):$(BUILD_DIR) $(MAKE) SPHINXBUILD=$(ENV_BIN)/sphinx-build -C doc text
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user