diff options
author | drebs <drebs@leap.se> | 2015-02-25 11:05:32 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-02-25 11:05:57 -0300 |
commit | 09005ca9e4f4d0bf93e1f0d2f73e81bcfdf14948 (patch) | |
tree | 34d1c512c9d061365eaeb1b5ff1c168aa816f681 | |
parent | 561f21f5ed38480a0c0b1513be52a4c5bfb57c8e (diff) |
Fix makefile dep on changelog.
-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: |