blob: ac0a4a0df872cc7f7fe0fa8c8be0e1430afe2efa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
index.html: doap.ttl README
@echo making webpage
@cat < webheader.html > $@
@smu < README >> $@
@echo '<h3><a href="latest.tar.gz">Download Readable</a><br />' >> $@
@echo '<a href="latest.tar.gz.sig">GPG signature</a></h3>' >> $@
@echo '<hr />' >> $@
@sh summary.sh doap.ttl | smu >> $@
@echo '</body></html>' >> $@
.SUFFIXES: ttl html
|