diff options
author | drebs <drebs@leap.se> | 2015-02-25 11:05:32 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-02-25 11:05:32 -0300 |
commit | 3d05c5a2bc8019c80189c6bc4413c14af3b4a276 (patch) | |
tree | 8660c194049e9ab4398840ad198a26a092251d81 /Makefile | |
parent | 4b07ae11a2de8bb915719a85cbca9afc6f8e09fc (diff) |
Fix makefile dep on changelog.
Diffstat (limited to 'Makefile')
-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: |