mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-18 01:50:32 +03:00
Fix building docs for the website
This commit is contained in:
parent
62490a6bcc
commit
dd9c6659bc
|
@ -19,7 +19,7 @@ html: package src/sqlstate_errors.rst
|
||||||
cp -r src/_build/html .
|
cp -r src/_build/html .
|
||||||
|
|
||||||
src/sqlstate_errors.rst: ../psycopg/sqlstate_errors.h $(BUILD_DIR)
|
src/sqlstate_errors.rst: ../psycopg/sqlstate_errors.h $(BUILD_DIR)
|
||||||
$(PYTHON) src/tools/make_sqlstate_docs.py $< > $@
|
./env/bin/python src/tools/make_sqlstate_docs.py $< > $@
|
||||||
|
|
||||||
$(BUILD_DIR):
|
$(BUILD_DIR):
|
||||||
$(MAKE) PYTHON=$(PYTHON) -C .. package
|
$(MAKE) PYTHON=$(PYTHON) -C .. package
|
||||||
|
|
Loading…
Reference in New Issue
Block a user