Mercurial > genshi > mirror
view doc/Makefile @ 381:b9fc7a1f76ca trunk
Fix for #80: fallback only shown when the template to include wasn't found. In addition, the nesting of includes and fallback content should work correctly, and directives/expressions/etc inside fallback content are processed. Thanks to Christian Boos for the original patch and unit tests.
author | cmlenz |
---|---|
date | Wed, 29 Nov 2006 14:26:45 +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)