diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 3d9a2ad..789a8e6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 |