summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e52d4698..159b5874 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,12 @@
all: compile
+appfile = apps/couch/ebin/couch.app
compile:
@echo "==> couchjs (compile)"
@cd couchjs && python scons/scons.py
@./rebar compile
+ @cat $(appfile) | sed s/%VSN%/`git describe --match 1.*`/ > $(appfile)
clean:
@echo "==> couchjs (clean)"