diff doc/Makefile @ 226:4d8a9e03b23d trunk

Add reStructuredText documentation files.
author cmlenz
date Fri, 08 Sep 2006 08:44:31 +0000
parents
children 4d81439bc097
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,14 @@
+HTML_FILES = \
+	builder.html \
+	index.html \
+	streams.html \
+	xml-templates.html \
+	xpath.html
+
+all: $(HTML_FILES)
+
+%.html: %.txt
+	rst2html.py --exit-status=3 $< $@
+
+clean:
+	rm -rf $(HTML_FILES)
Copyright (C) 2012-2017 Edgewall Software