Mercurial > genshi > genshi-test
comparison doc/Makefile @ 241:bbed6d426678
* Added basic documentation for the text-based template language.
* Directives in text templates are now closed with a simple `#end` line instead of the longer `#end<name>`.
author | cmlenz |
---|---|
date | Wed, 13 Sep 2006 14:52:58 +0000 |
parents | 09f869a98149 |
children |
comparison
equal
deleted
inserted
replaced
240:682471a23f5b | 241:bbed6d426678 |
---|---|
1 HTML_FILES = \ | 1 HTML_FILES = \ |
2 builder.html \ | 2 builder.html \ |
3 index.html \ | 3 index.html \ |
4 streams.html \ | 4 streams.html \ |
5 text-templates.html \ | |
5 xml-templates.html \ | 6 xml-templates.html \ |
6 xpath.html | 7 xpath.html |
7 | 8 |
8 all: $(HTML_FILES) | 9 all: $(HTML_FILES) |
9 | 10 |