Mercurial > genshi > genshi-test
view doc/Makefile @ 280:e68705cb462e
The content of `<script>` and `<style>` elements is no longer escaped when serializing to HTML but declaring the XHTML namespace in the template.
author | cmlenz |
---|---|
date | Sat, 07 Oct 2006 19:18:05 +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)