From e3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 8 Sep 2011 00:52:41 +0100 Subject: Only show existing tools in GUI, improve webpage & readme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfe3451..54e40bb 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ index.html: doap.ttl README echo "" >> $@ smu < README >> $@ echo "

download

" >> $@ - 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 '
' >> $@ sh websummary.sh doap.ttl | smu >> $@ echo '' >> $@ -- cgit v1.2.3