summaryrefslogtreecommitdiff
path: root/mkdocu.sh
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-05-24 14:45:13 +0200
committerKevin Chabowski <kevin@kch42.de>2014-05-24 14:45:13 +0200
commit3c51baa4167d5a68ff010dc81525b9340c5f1329 (patch)
tree87dbb507a20a8946f93ea8b26a1a784d5eec62ea /mkdocu.sh
parent9f86139b7604ea782a35e09bf9d0c55154197051 (diff)
downloadste-3c51baa4167d5a68ff010dc81525b9340c5f1329.tar.gz
ste-3c51baa4167d5a68ff010dc81525b9340c5f1329.tar.bz2
ste-3c51baa4167d5a68ff010dc81525b9340c5f1329.zip
Moved code into src subfolder and fixed docu
Diffstat (limited to 'mkdocu.sh')
-rwxr-xr-xmkdocu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocu.sh b/mkdocu.sh
index fb94c95..4377870 100755
--- a/mkdocu.sh
+++ b/mkdocu.sh
@@ -9,4 +9,4 @@ fi; fi
test -d docu/nd || mkdir docu/nd
test -d docu/nd_project_dir || mkdir docu/nd_project_dir
-$ndpath -i . -o html docu/nd -p docu/nd_project_dir
+$ndpath -i src -o html docu/nd -p docu/nd_project_dir