view doc/Makefile @ 329:d81532240de7 experimental-compiler

inlined generation some more, with the adapters module converting events back to Genshi-style when needed. added PostWhitespaceFilter as proof of concept (greatly slows down execution)
author zzzeek
date Sun, 05 Nov 2006 20:54:03 +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