diff options
author | Kris Maglione <kris@vimperator.org> | 2010-06-03 20:24:16 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2010-06-03 20:24:16 -0400 |
commit | a6f90714e4320d057607d105b6acbf6509ba508c (patch) | |
tree | 77e686f45172347e8730d552f12f161d854f235e /common/Makefile | |
parent | b6267c4f19c4f2b2f37626cd666ceb09a818a6d7 (diff) | |
download | pentadactyl-a6f90714e4320d057607d105b6acbf6509ba508c.tar.gz |
Fix broken JS completion.
--HG--
branch : testing
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 4 |
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: $@" |