summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-10-24 12:58:18 +0100
committerNick White <git@njw.me.uk>2010-10-24 12:58:18 +0100
commit5cb2057ef659a1e4ac86db05c16346f5bd30ad89 (patch)
tree5012499ba3ffbe0632edfc0b559e0535712d7ca8
parent280e0f87e2a5c8ce676ce631aa2f8f13a6f48eb6 (diff)
Add version info to webpage
-rw-r--r--Makefile4
1 files 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 '<h3><a href="latest.tar.bz2">Download Readable</a><br />' >> $@
- @echo '<a href="latest.tar.bz2.sig">GPG signature</a></h3>' >> $@
+ @echo '<h3><a href="$(NAME)-$(VERSION).tar.bz2">Download Readable $(VERSION)</a><br />' >> $@
+ @echo '<a href="$(NAME)-$(VERSION).tar.bz2.sig">GPG signature</a></h3>' >> $@
@echo '<hr />' >> $@
@sh summary.sh doap.ttl | smu >> $@
@echo '</body></html>' >> $@