aboutsummaryrefslogtreecommitdiff
path: root/make_docu.sh
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-08-21 13:50:25 +0200
committerKevin Chabowski <kevin@kch42.de>2011-08-21 13:50:25 +0200
commit958e9e467736690a46ae9129db43f8428fc3f04c (patch)
tree26794914aff9aa9ecf118f39d94a578575ccbaf1 /make_docu.sh
parentccf2fe853c2cfe629d92833df0e7abe6be4a7df3 (diff)
downloadratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.gz
ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.bz2
ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.zip
Added libs directory and configured Smarty.
Diffstat (limited to 'make_docu.sh')
-rwxr-xr-xmake_docu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_docu.sh b/make_docu.sh
index 37c0210..8d64d10 100755
--- a/make_docu.sh
+++ b/make_docu.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
if ! [ -d docu ]; then mkdir docu; fi
if ! [ -d naturaldocs_dir ]; then mkdir naturaldocs_dir; fi
-NaturalDocs -i . -o HTML docu -p naturaldocs_dir/
+NaturalDocs -i . -xi ./ratatoeskr/libs/ -o HTML docu -p naturaldocs_dir/