diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |