Mercurial > genshi > mirror
view doc/Makefile @ 309:c91c3c04e9cd trunk
The template engine plugin now defaults to automatically reload modified templates, as it was before the introduction of plugin config options in [359].
author | cmlenz |
---|---|
date | Tue, 17 Oct 2006 14:06:30 +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)