view doc/Makefile @ 286:df4e03ef300f stable-0.3.x 0.3.2

Updated change log on 0.3.x branch.
author cmlenz
date Thu, 12 Oct 2006 12:45:20 +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