diff doc/Makefile @ 798:faf164ab8ed9

Docco changes. New docco build system using the New Improved tool supplied with docutils.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 24 Jun 2002 23:06:58 +0000
parents
children b0d3d3535998
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/Makefile	Mon Jun 24 23:06:58 2002 +0000
@@ -0,0 +1,14 @@
+PYTHON = /usr/bin/python2
+STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')"
+
+SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
+    getting_started.txt glossary.txt implementation.txt index.txt \
+    installation.txt security.txt upgrading.txt user_guide.txt
+
+COMPILED := $(SOURCE:.txt=.html)
+
+all: ${COMPILED}
+
+%.html: %.txt
+	${PYTHON} ${STXTOHTML} -d -v $< $@
+

Roundup Issue Tracker: http://roundup-tracker.org/