view doc/Makefile @ 322:d60a60ba4224 experimental-compiler

- created 'codegen' package - adapted PythonPrinter from Myghty - created initial Generator/SerializeFilter framework + quickie template runner
author zzzeek
date Tue, 31 Oct 2006 18:13:35 +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