summaryrefslogtreecommitdiff
path: root/docs/users_guide_2_src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide_2_src/Makefile')
-rw-r--r--docs/users_guide_2_src/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/users_guide_2_src/Makefile b/docs/users_guide_2_src/Makefile
new file mode 100644
index 0000000..ad0b786
--- /dev/null
+++ b/docs/users_guide_2_src/Makefile
@@ -0,0 +1,16 @@
+RST = rst2html.py --stylesheet=default.css --link-stylesheet --initial-header-level=2
+
+#%.html: %.txt
+# ${RST} $< $@
+
+all:
+ #${RST} --warnings=/dev/null index.txt index.html
+ ${RST} 01_introduction.txt 01_introduction.html
+ ${RST} 02_glossary.txt 02_glossary.html
+ ${RST} 03_gettingStarted.txt 03_gettingStarted.html
+ ${RST} 04_howItWorks.txt 04_howItWorks.html
+ ${RST} 04_howItWorks.txt 04_howItWorks.html
+ ${RST} 13a_precompiledTemplateModules.txt 13a_precompiledTemplateModules.html
+
+
+# vim: sw=8 ts=8 noexpandtab ai