Finally fix annoying $(ROOT) problem in makefiles.

foo
Stefanus Du Toit 21 years ago
parent 156edd5d91
commit b458d371f0
  1. 4
      Makefile
  2. 1
      default.mk.in

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

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