aboutsummaryrefslogtreecommitdiff
path: root/make_docu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_docu.sh')
-rwxr-xr-xmake_docu.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/make_docu.sh b/make_docu.sh
index 8d64d10..9ffe508 100755
--- a/make_docu.sh
+++ b/make_docu.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
-if ! [ -d docu ]; then mkdir docu; fi
-if ! [ -d naturaldocs_dir ]; then mkdir naturaldocs_dir; fi
+if ! [ -d docu ]; then
+ mkdir docu
+fi
+if ! [ -d naturaldocs_dir ]; then
+ mkdir naturaldocs_dir
+ echo -e "Format: 1.4\n\nTopic Type: STE Tag\n\n Plural: STE Tags\n Scope: Always global\n\n Keywords:\n stetag, stetags\n\nTopic Type: STE Variable\n\n Plural: STE Variables\n Scope: Always global\n\n Keywords:\n stevar, stevars\n stevariable, stevariables" > naturaldocs_dir/Topics.txt
+fi
NaturalDocs -i . -xi ./ratatoeskr/libs/ -o HTML docu -p naturaldocs_dir/