From bb1b6e05bc4d22192a6991d0b510539a18325bf1 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 13 Nov 2010 16:11:14 +0000 Subject: Update docs, add chromium build to webpage --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9295873..5173597 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME = readable VERSION = 0.2 -index.html: doap.ttl README +index.html: doap.ttl README webheader.html @echo making webpage @cat < webheader.html > $@ @smu < README >> $@ @@ -9,6 +9,8 @@ index.html: doap.ttl README @echo 'GPG signature' >> $@ @echo '

Readable $(VERSION) for Firefox
' >> $@ @echo 'GPG signature

' >> $@ + @echo '

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

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