You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 $< >> $@
|
|
|
|
|