aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-10-31 12:58:13 +0100
committerLoïc Hoguin <[email protected]>2014-10-31 12:58:13 +0100
commitd009b7e27315b07802cffc07f8d6b8785e6048c0 (patch)
treec66cbb6347662b2882d5f0b3a60ca3f1bb8bf7c0 /plugins
parentbf28af49d39be2ce2b6f5e453e24989f5e73403f (diff)
parentee97e84f8b606736ebe3bb9991f89ec65a9bdfd3 (diff)
downloaderlang.mk-d009b7e27315b07802cffc07f8d6b8785e6048c0.tar.gz
erlang.mk-d009b7e27315b07802cffc07f8d6b8785e6048c0.tar.bz2
erlang.mk-d009b7e27315b07802cffc07f8d6b8785e6048c0.zip
Merge branch 'add-git-describe-to-id-field' of git://github.com/dch/erlang.mk
Diffstat (limited to 'plugins')
-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, [" \