summaryrefslogtreecommitdiff
path: root/docs/users_guide_2_src/Makefile
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-11-16 21:09:13 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-11-16 21:09:13 -0800
commitd9ce7916e309e2393d824e249f512d2629e5e181 (patch)
tree6b7ad5cd6292f6e017e048fbeb4551facbabd174 /docs/users_guide_2_src/Makefile
parente43765a679b84c52df875e9629d303e304af50a1 (diff)
downloadpython-cheetah-docs.tar.gz
Revert "Delete the "old" docs directory to make way for fancy smancy sphinx"docs
This reverts commit 5dc95cfcd015628665d3672e56d0551943b5db6b.
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