We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1fc96 commit 610cab3Copy full SHA for 610cab3
1 file changed
sphinx-src/Makefile
@@ -69,7 +69,10 @@ linkcheck: dump
69
@echo "Link check complete; look for any errors in the above output " \
70
"or in $(BUILD_DIR)/linkcheck/output.txt."
71
72
-dump:
+mkdirs:
73
+ mkdir -p .static .templates
74
+
75
+dump: mkdirs
76
cp ../postgresql/__init__.py ./meta.py
77
cp index.rst index.txt
78
env PYTHONPATH=.. python -m postgresql.documentation.driver dump >driver.txt
0 commit comments