grim/guifications3

removed GfHash since nothing is using it right now and we can just use the hashing stuff in glib
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