comparison doc/Makefile @ 226:4d8a9e03b23d trunk

Add reStructuredText documentation files.
author cmlenz
date Fri, 08 Sep 2006 08:44:31 +0000
parents
children 4d81439bc097
comparison
equal deleted inserted replaced
225:16d7b5db7ef4 226:4d8a9e03b23d
1 HTML_FILES = \
2 builder.html \
3 index.html \
4 streams.html \
5 xml-templates.html \
6 xpath.html
7
8 all: $(HTML_FILES)
9
10 %.html: %.txt
11 rst2html.py --exit-status=3 $< $@
12
13 clean:
14 rm -rf $(HTML_FILES)
Copyright (C) 2012-2017 Edgewall Software