diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-27 14:15:37 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-27 14:15:37 +0200 |
commit | b28851a117de5a4a92a5c50b1f9738a6b6181d8d (patch) | |
tree | 989ebc71650ded3afb512d8a8474083f4a0584ed /mkdocu.sh | |
parent | 3d4682d818226e585096b7428b2069eafdf7f27a (diff) | |
download | ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.tar.gz ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.tar.bz2 ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.zip |
Fixed documentation and excluded NaturalDocs' project data.
Diffstat (limited to 'mkdocu.sh')
-rwxr-xr-x | mkdocu.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |