summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorKris Maglione <kris@vimperator.org>2010-06-03 20:24:16 -0400
committerKris Maglione <kris@vimperator.org>2010-06-03 20:24:16 -0400
commita6f90714e4320d057607d105b6acbf6509ba508c (patch)
tree77e686f45172347e8730d552f12f161d854f235e /common/Makefile
parentb6267c4f19c4f2b2f37626cd666ceb09a818a6d7 (diff)
downloadpentadactyl-a6f90714e4320d057607d105b6acbf6509ba508c.tar.gz
Fix broken JS completion.
--HG-- branch : testing
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile
index a918fc96..95441a2e 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -99,8 +99,8 @@ dist: $(XPI)
$(RDF): $(RDF_IN) Makefile
@echo "Preparing release..."
- $(SED) -e "s,###VERSION###,$(VERSION),g" \
- -e "s,###DATE###,$(BUILD_DATE),g" \
+ $(SED) -e "s,@VERSION@,$(VERSION),g" \
+ -e "s,@DATE@,$(BUILD_DATE),g" \
< $< > $@
@echo "SUCCESS: $@"