diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 16:11:14 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 16:11:14 +0000 |
commit | bb1b6e05bc4d22192a6991d0b510539a18325bf1 (patch) | |
tree | 94a3c46bc3c919e488140475e6e0935841c0a734 /Makefile | |
parent | f40adf6b33195e6614e20ac68f05dbf39bc69b12 (diff) |
Update docs, add chromium build to webpage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 '<a href="$(NAME)-$(VERSION).tar.bz2.sig">GPG signature</a></h3>' >> $@ @echo '<h3><a href="$(NAME)-$(VERSION).xpi">Readable $(VERSION) for Firefox</a><br />' >> $@ @echo '<a href="$(NAME)-$(VERSION).xpi.sig">GPG signature</a></h3>' >> $@ + @echo '<h3><a href="$(NAME)-$(VERSION).crx">Readable $(VERSION) for Chromium</a><br />' >> $@ + @echo '<a href="$(NAME)-$(VERSION).xpi.crx">GPG signature</a></h3>' >> $@ @echo '<hr />' >> $@ @sh summary.sh doap.ttl | smu >> $@ @echo '</body></html>' >> $@ |