Skip to content

Commit 610cab3

Browse files
author
James William Pye
committed
Make sure the . directories exists.
1 parent ca1fc96 commit 610cab3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sphinx-src/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ linkcheck: dump
6969
@echo "Link check complete; look for any errors in the above output " \
7070
"or in $(BUILD_DIR)/linkcheck/output.txt."
7171

72-
dump:
72+
mkdirs:
73+
mkdir -p .static .templates
74+
75+
dump: mkdirs
7376
cp ../postgresql/__init__.py ./meta.py
7477
cp index.rst index.txt
7578
env PYTHONPATH=.. python -m postgresql.documentation.driver dump >driver.txt

0 commit comments

Comments
 (0)