view doc/Makefile @ 343:4ff2338e89cd

Remove automatic calling of expression evaluation results if they are callable. See [http://groups.google.com/group/genshi/browse_thread/thread/f515986760918d41 this mailing list thread].
author cmlenz
date Fri, 10 Nov 2006 10:00:44 +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