view doc/Makefile @ 239:5e93ff3a703f trunk

Further simplification of the XPath engine.
author cmlenz
date Tue, 12 Sep 2006 16:44:36 +0000
parents 4d8a9e03b23d
children 4d81439bc097
line wrap: on
line source
HTML_FILES = \
	builder.html \
	index.html \
	streams.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