summaryrefslogtreecommitdiff
path: root/mkdocu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocu.sh')
-rwxr-xr-xmkdocu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocu.sh b/mkdocu.sh
index 36d0c7c..3f06062 100755
--- a/mkdocu.sh
+++ b/mkdocu.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ ! -d docu/nd ]; then mkdir docu/nd; fi
-NaturalDocs -i . -o html docu/nd -p docu/nd
+if [ ! -d docu/nd_project_dir ]; then mkdir docu/nd_project_dir; fi
+NaturalDocs -i . -o html docu/nd -p docu/nd_project_dir