diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | websummary.sh (renamed from summary.sh) | 0 |
2 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: diff --git a/summary.sh b/websummary.sh index c274443..c274443 100644 --- a/summary.sh +++ b/websummary.sh |