summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-13 16:11:14 +0000
committerNick White <git@njw.me.uk>2010-11-13 16:11:14 +0000
commitbb1b6e05bc4d22192a6991d0b510539a18325bf1 (patch)
tree94a3c46bc3c919e488140475e6e0935841c0a734 /Makefile
parentf40adf6b33195e6614e20ac68f05dbf39bc69b12 (diff)
Update docs, add chromium build to webpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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 '<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>' >> $@