changeset 47 | bf9d6fa1b1d4 |
parent 13 | d7975e514b2a |
child 89 | aa4172c204d4 |
46:f0616455056d | 47:bf9d6fa1b1d4 |
---|---|
1 |
1 |
2 VERSION := $(shell awk '/VERSION/ { print $$4 }' shelldap | sed -e "s/[';]//g") |
2 VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g") |
3 |
3 |
4 release: |
4 release: |
5 @mkdir shelldap-${VERSION} |
5 @mkdir shelldap-${VERSION} |
6 @cp shelldap shelldap-${VERSION} |
6 @cp shelldap shelldap-${VERSION} |
7 @hg log --style=changelog > shelldap-${VERSION}/ChangeLog |
7 @hg log --style=changelog > shelldap-${VERSION}/ChangeLog |