Edgewall Software

source: tags/0.3.3/doc/Makefile

Last change on this file was 300, checked in by cmlenz, 17 years ago
  • 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>.
  • Property svn:eol-style set to native
File size: 218 bytes
Line 
1HTML_FILES = \
2        builder.html \
3        index.html \
4        streams.html \
5        text-templates.html \
6        xml-templates.html \
7        xpath.html
8
9all: $(HTML_FILES)
10
11%.html: %.txt
12        rst2html.py --exit-status=3 $< $@
13
14clean:
15        rm -rf $(HTML_FILES)
Note: See TracBrowser for help on using the repository browser.