view doc/Makefile @ 332:0e6ae0ade606

* Fixed `basic.py` benchmark on Windows, closing #72. Thanks to John M. Camara for reporting the issue and providing the fix. * Changed `bigtable.py` benchmark so that `cElementTree` and `ElementTree` are no longer required to run it.
author cmlenz
date Tue, 07 Nov 2006 14:28:02 +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)
Copyright (C) 2012-2017 Edgewall Software