From 5cb2057ef659a1e4ac86db05c16346f5bd30ad89 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 24 Oct 2010 12:58:18 +0100 Subject: Add version info to webpage --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80541da..f29dfb1 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ index.html: doap.ttl README @echo making webpage @cat < webheader.html > $@ @smu < README >> $@ - @echo '

Download Readable
' >> $@ - @echo 'GPG signature

' >> $@ + @echo '

Download Readable $(VERSION)
' >> $@ + @echo 'GPG signature

' >> $@ @echo '
' >> $@ @sh summary.sh doap.ttl | smu >> $@ @echo '' >> $@ -- cgit v1.2.3