view doc/Makefile @ 388:31dc3d18b39e stable-0.3.x

0.3.x branch: add unit test for `Undefined` checks in template expressions.
author cmlenz
date Mon, 11 Dec 2006 12:06:28 +0000
parents 4d81439bc097
children
line wrap: on
line source
HTML_FILES = \
	builder.html \
	index.html \
	streams.html \
	text-templates.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