view doc/Makefile @ 380:bf2068f5ef74 trunk

Fail gracefully in `Directive.__repr__` if the `expr` attribute does not exist for some reason I don't really understand right now (see Trac ticket [http://trac.edgewall.org/ticket/4249 #4249]).
author cmlenz
date Fri, 24 Nov 2006 17:31:02 +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