view doc/Makefile @ 282:24b3cbbc1b1b trunk

Fix `starts-with()` XPath function so that it actually compares the two strings. Closes #61.
author cmlenz
date Mon, 09 Oct 2006 20:45:17 +0000
parents 4d81439bc097
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