diff options
author | Nick White <git@njw.me.uk> | 2010-11-18 18:43:33 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-18 18:43:33 +0000 |
commit | eb9bdae63cf0d69228772859ec3fccc426678448 (patch) | |
tree | 5fec1aa6f14725fc4fbc2d547d42c10dafb1b425 /Makefile | |
parent | 6f2be227fc7f4e69e149e38a8b3c8359c4a14295 (diff) |
Add chromium auto-update code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ NAME = simplyread VERSION = 0.4 +chromium-updates.xml: chromium/updates.xml + sed "s/VERSION/$(VERSION)/g" < $< > $@ + index.html: doap.ttl README webheader.html echo making webpage cat < webheader.html > $@ |