Mercurial > genshi > genshi-test
annotate doc/Makefile @ 319:2aa99bf95d84
Add [http://www.myghty.org/ Myghty] to the benchmarks, kindly contributed by Mike Bayer.
author | cmlenz |
---|---|
date | Tue, 24 Oct 2006 16:27:41 +0000 |
parents | bbed6d426678 |
children |
rev | line source |
---|---|
226 | 1 HTML_FILES = \ |
2 builder.html \ | |
3 index.html \ | |
4 streams.html \ | |
241
bbed6d426678
* Added basic documentation for the text-based template language.
cmlenz
parents:
226
diff
changeset
|
5 text-templates.html \ |
226 | 6 xml-templates.html \ |
7 xpath.html | |
8 | |
9 all: $(HTML_FILES) | |
10 | |
11 %.html: %.txt | |
12 rst2html.py --exit-status=3 $< $@ | |
13 | |
14 clean: | |
15 rm -rf $(HTML_FILES) |