Mercurial > genshi > genshi-test
view doc/Makefile @ 242:bb1d848045b8
Implement comments and directive escaping for text templates.
author | cmlenz |
---|---|
date | Wed, 13 Sep 2006 16:44:12 +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)