diff options
Diffstat (limited to 'mkdocu.sh')
-rwxr-xr-x | mkdocu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |