shithub: web

ref: a71f5e2e548db0d0467ea74bf8a50518ee6f9bda
dir: /mkfile/

View raw version
pages=`{ls *.ht | grep -v index.ht | sed 's:\.ht$:/index.html:'}

all:VQ: ${pages:%=public/%} public/index.html

public/%/index.html:DQ: %.ht %.sed

public/index.html:DQ: index.ht index.sed

public/%.html:DQ:
	echo building $target
	d=`{basename -d $stem}
	~ $d '.' && d=index
	t=$target
	mkdir -p `{basename -d $t}
	>$target {
		cat frag/header.inc $d.ht frag/footer.inc | sed -f $d.sed
	}

clean:V:
	rm -rf public/*