Mercurial > genshi > mirror
view doc/Makefile @ 271:370fa02591a8 trunk
Still too much whitespace in the [WebPy web.py] example. Switch to printing the whole output at once.
author | cmlenz |
---|---|
date | Wed, 27 Sep 2006 09:22:46 +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)