From eb9bdae63cf0d69228772859ec3fccc426678448 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 18 Nov 2010 18:43:33 +0000 Subject: Add chromium auto-update code --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e89928..7a05f61 100644 --- a/Makefile +++ b/Makefile @@ -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 > $@ -- cgit v1.2.3