summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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>' >> $@