old-website/Makefile

16 lines
273 B
Makefile
Executable File

INPUTS = index.xml
SUBDIRS = about events docs office
# the following two rules are there so cow gets built first.
cow-first: recurse-cow all
recurse-cow:
cd cow && $(MAKE) && cd ..
include default.mk
default.mk: default.mk.in
echo 'ROOT = '`pwd` > $@
cat $< >> $@