ref: 6c3829fef0e67255ad04d4928a63ea2a4fc7c10c
dir: /mkfile/
OBJECTS=`{ls *.ht | sed -e 's/\.ht$//g' | grep -v 'index'} all:V: pub/$OBJECTS/index.html pub/index.html echo pub/$OBJECTS pub/index.html: head.htf index.ht foot.htf echo $target if(! test -d pub) mkdir pub cat $prereq > pub/index.html pub/%/index.html: head.htf %.ht foot.htf echo $target if(! test -d pub) mkdir pub if(! test -d pub/$stem) mkdir pub/$stem cat $prereq > pub/$stem/index.html