diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 00:15:45 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 00:15:45 +0200 |
commit | fa1b95982a05ca860ada827b9fbdc9def1ac8952 (patch) | |
tree | d0b5f73b4caf57009d41f52ed9b590d79db61ec7 /mkdocu.sh | |
parent | 9ea6438809d1019cda096ac101904735ee2fec8e (diff) | |
download | ste-fa1b95982a05ca860ada827b9fbdc9def1ac8952.tar.gz ste-fa1b95982a05ca860ada827b9fbdc9def1ac8952.tar.bz2 ste-fa1b95982a05ca860ada827b9fbdc9def1ac8952.zip |
Added documentation, an example program and fixed some bugs...
Diffstat (limited to 'mkdocu.sh')
-rwxr-xr-x | mkdocu.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkdocu.sh b/mkdocu.sh new file mode 100755 index 0000000..36d0c7c --- /dev/null +++ b/mkdocu.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +if [ ! -d docu/nd ]; then mkdir docu/nd; fi +NaturalDocs -i . -o html docu/nd -p docu/nd |