INCHTML := $(wildcard *-inc.html)
HTML := $(patsubst %-inc.html,%.html, $(wildcard *-inc.html))
PDF := $(wildcard pdf/*.PDF)
DB := $(wildcard db.*)
%.html : %-inc.html
/usr/local/bin/uml2web.pl $*-inc.html
../create-file.pl $*
all: $(HTML) lastmod.inc
$(SHTML):
calendar.tstmp: calendar.db
/usr/local/bin/uml2web.pl $* > calendar.tstmp
create-pages.run: $(DB) ../create-file.pl setup.pl
../create-file.pl; touch create-pages.run
lastmod.inc: $(INCHTML) $(HTML) $(PDF) create-pages.run Makefile
date +%d.%m.%Y > lastmod.inc
weinhaus-PDF:
$(MAKE) -C weinhaus