diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 21:37:10 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 21:37:10 +0000 |
commit | 197e0405ef20da925c17e72e9bdcc0ca07bc653d (patch) | |
tree | eaa00c6305fe79c44a69ce587ed02bd031bf722d /Makefile | |
parent | d4b1a45c476cd9440f436d5305892f45bb14e60f (diff) |
Move summary to websummary
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ index.html: doap.ttl README webheader.html @echo '<h3><a href="$(NAME)-$(VERSION).crx">SimplyRead $(VERSION) for Chromium</a><br />' >> $@ @echo '<a href="$(NAME)-$(VERSION).xpi.crx">GPG signature</a></h3>' >> $@ @echo '<hr />' >> $@ - @sh summary.sh doap.ttl | smu >> $@ + @sh websummary.sh doap.ttl | smu >> $@ @echo '</body></html>' >> $@ dist: |