view Makefile @ 3:33ddc0880634

Force building of html
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Wed, 12 Sep 2007 23:40:17 -0400
parents e9b53c1db049
children 1d96f0b77f23
line wrap: on
line source

SHORTLOG_LEN=1

all: s390.html

.PHONY: s390.html
s390.html: head.html body.html tail.html
	cat head.html > $@
	hg log -l$(SHORTLOG_LEN) | sed -e 's/>/\&gt;/g' -e 's/</\&lt;/g' >> $@
	cat body.html >> $@
	hg log | sed -e 's/>/\&gt;/g' -e 's/</\&lt;/g' >> $@
	cat tail.html >> $@