view Makefile @ 8:0e5555c25abc

Fix up Debian mirror path (brought to my attention by Adam Thornton) & mention version used
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Thu, 13 Sep 2007 14:09:52 -0400
parents 33ddc0880634
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 >> $@