changeset 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 0f8e7242bfd5
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Sep 12 23:21:24 2007 -0400
+++ b/Makefile	Wed Sep 12 23:40:17 2007 -0400
@@ -2,6 +2,7 @@
 
 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' >> $@