view doc/Makefile @ 233:7a426ab6407a

* Added implementation of a simple text-based template engine. Closes #47. * Added upgrade instructions.
author cmlenz
date Tue, 12 Sep 2006 13:30:26 +0000
parents 09f869a98149
children bbed6d426678
line wrap: on
line source
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