grim/guifications3

fix a documentation goof up

2009-12-27, Gary Kramlich
9a882cfb0ec1
fix a documentation goof up
TRANSFORM=xsltproc
TRANSFORM_OPTS=--nonet --xinclude
SHEET=themes.xsl
OUTPUT=html/
BOOK=themes.xml
SOURCES=\
about.xml \
history.xml \
prerequisites.xml \
structure.xml \
themes.xml
spec.stamp: $(SOURCES) $(SHEET)
$(TRANSFORM) $(TRANSFORM_OPTS) -o $(OUTPUT) $(SHEET) $(BOOK)
touch spec.stamp
all: spec.stamp
clean:
rm -rf $(OUTPUT) spec.stamp