From f7638d332f823030be026b25ab074e6c83330999 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 6 Aug 2010 00:41:16 +0100 Subject: Set dl version in webpages, improve readme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6641a5f..7cb51e8 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ config.h: $(WEB): web/index.txt web/header.html web/footer.html web/doap.ttl @echo making webpage @cat web/header.html > $@ - @smu < web/index.txt >> $@ + @sed 's/VERSION/$(VERSION)/g' < web/index.txt | smu >> $@ @echo '
' >> $@ @sh web/summary.sh web/doap.ttl | smu >> $@ @cat web/footer.html >> $@ -- cgit v1.2.3