From b28851a117de5a4a92a5c50b1f9738a6b6181d8d Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Tue, 27 Sep 2011 14:15:37 +0200 Subject: Fixed documentation and excluded NaturalDocs' project data. --- mkdocu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkdocu.sh') 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 -- cgit v1.2.3-54-g00ecf