view doc/Makefile @ 341:b8ea1485e5d3 experimental-inline

inline branch: Merged [418], and take advantage of it in the inlining code.
author cmlenz
date Thu, 09 Nov 2006 16:43:21 +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