aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorDave Cottlehuber <[email protected]>2014-10-29 23:15:07 +0100
committerDave Cottlehuber <[email protected]>2014-10-30 00:21:42 +0100
commitee97e84f8b606736ebe3bb9991f89ec65a9bdfd3 (patch)
treec66cbb6347662b2882d5f0b3a60ca3f1bb8bf7c0 /plugins/bootstrap.mk
parentbf28af49d39be2ce2b6f5e453e24989f5e73403f (diff)
downloaderlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.tar.gz
erlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.tar.bz2
erlang.mk-ee97e84f8b606736ebe3bb9991f89ec65a9bdfd3.zip
erlc: update {id, git} in .app.src with git describe output
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 084cde3..9397253 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -19,6 +19,7 @@ help::
bs_appsrc = "{application, $(PROJECT), [" \
" {description, \"\"}," \
" {vsn, \"0.1.0\"}," \
+ " {id, \"git\"}," \
" {modules, []}," \
" {registered, []}," \
" {applications, [" \
@@ -31,6 +32,7 @@ bs_appsrc = "{application, $(PROJECT), [" \
bs_appsrc_lib = "{application, $(PROJECT), [" \
" {description, \"\"}," \
" {vsn, \"0.1.0\"}," \
+ " {id, \"git\"}," \
" {modules, []}," \
" {registered, []}," \
" {applications, [" \