From 97db6774d460d41c732e8d4ece1908fe3921cc03 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Thu, 27 Jan 2011 16:07:18 -0500 Subject: Set couch app vsn based on deviation from last Apache tag --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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)" -- cgit v1.2.3