summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-08 00:52:41 +0100
committerNick White <git@njw.me.uk>2011-09-08 00:52:41 +0100
commite3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 (patch)
treed246c49facfc11f3dc3ceb921ad11b5516709b0a /Makefile
parent2b57396a362a70d7a1cae36a246e682181b5f023 (diff)
Only show existing tools in GUI, improve webpage & readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfe3451..54e40bb 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ index.html: doap.ttl README
echo "</style></head><body>" >> $@
smu < README >> $@
echo "<h2>download</h2>" >> $@
- echo "[$(NAME) $(VERSION)]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig))" | smu >> $@
+ echo "[$(NAME) $(VERSION)]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig)) ($(RELDATE))" | smu >> $@
echo '<hr />' >> $@
sh websummary.sh doap.ttl | smu >> $@
echo '</body></html>' >> $@