Mercurial > genshi > mirror
view doc/Makefile @ 234:39c424b80edd trunk
* Minor simplification of XPath engine.
* Updated change log.
author | cmlenz |
---|---|
date | Tue, 12 Sep 2006 14:08:36 +0000 |
parents | 4d8a9e03b23d |
children | 4d81439bc097 |
line wrap: on
line source
HTML_FILES = \ builder.html \ index.html \ streams.html \ xml-templates.html \ xpath.html all: $(HTML_FILES) %.html: %.txt rst2html.py --exit-status=3 $< $@ clean: rm -rf $(HTML_FILES)