Finally fix annoying $(ROOT) problem in makefiles.

This commit is contained in:
Stefanus Du Toit 2002-04-15 15:33:38 +00:00
parent 156edd5d91
commit b458d371f0
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,7 @@ SUBDIRS = about events docs office
include default.mk
default.mk: default.mk.in
echo 'ROOT = '`pwd` > $@
cat $< >> $@

View File

@ -1,4 +1,3 @@
ROOT=$(HOME)/csc/web
#DEBUG = 1
OUTPUTS=$(INPUTS:.xml=.html)