summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 > $@