view doc/Makefile @ 327:387d5892244b experimental-compiler

- further dev on codegen. - had to add a few instance variables to genshi core to help in generating string-based python code; i Expression holds onto its AST node, DefDirective holds onto the original string-based signature. - generator code is a little messy right now, will clean up !
author zzzeek
date Sat, 04 Nov 2006 21:01:42 +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