view doc/Makefile @ 246:6fc4edebe12c

Document that `#end` markers in text templates can be used as comments.
author cmlenz
date Wed, 13 Sep 2006 17:19:30 +0000
parents bbed6d426678
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