mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +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 .
|
||||
|
||||
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):
|
||||
$(MAKE) PYTHON=$(PYTHON) -C .. package
|
||||
|
|
Loading…
Reference in New Issue
Block a user