4 PAGES := $(addprefix $(DEST)/,$(patsubst %.thtml,%.html,$(shell find . -name "*.thtml" | sed "s@^./@@")))
5 DEPS := $(wildcard template/*.t)
11 $(DEST)/%.html: %.thtml $(DEPS)
13 @bin/temple -o $@.new -e "@[\$$destdir='$(DEST)'; \$$destpath='$@'; \$$srcpath='$<']" template/prolog.t $<