view Makefile @ 2:e9b53c1db049

Automate howto build process
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Wed, 12 Sep 2007 23:21:24 -0400
parents
children 33ddc0880634
line wrap: on
line source

SHORTLOG_LEN=1

all: 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 >> $@