old-website/Makefile

10 lines
142 B
Makefile
Raw Normal View History

2002-03-11 15:39:54 -05:00
INPUTS = index.xml
2002-04-14 18:38:07 -04:00
SUBDIRS = about events docs office
2002-03-11 15:39:54 -05:00
include default.mk
default.mk: default.mk.in
echo 'ROOT = '`pwd` > $@
cat $< >> $@