grim/guifications3

converted guifications-daemon-web to cmake, this is behind a bit when it comes to api and needs to have the updates completed yet
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