summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3dcda0e..32a424e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ XPI_CONTENTS := $(shell find chrome -name "*.html" -o -name "*.xhtml" -o -name "
$(XPINAME): $(XPI_CONTENTS)
zip $@ $(XPI_CONTENTS)
-install.rdf: install.rdf.template Changelog
+install.rdf: install.rdf.template CHANGELOG
sed 's/__VERSION__/$(VERSION)/' < $< > $@
xpi_release: