Add a "real" change log.
FossilOrigin-Name: 0bcc73d6482d57d4ee257d8354589ffe96947a32cc1394b24477283253b9c643
This commit is contained in:
parent
9b6a021ce2
commit
78acc1876e
4 changed files with 160 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -4,7 +4,6 @@ VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g"
|
|||
release:
|
||||
@mkdir shelldap-${VERSION}
|
||||
@cp shelldap shelldap-${VERSION}
|
||||
@hg log --style=changelog > shelldap-${VERSION}/ChangeLog
|
||||
@pod2text shelldap > shelldap-${VERSION}/README
|
||||
@pod2text shelldap > shelldap-${VERSION}/USAGE
|
||||
@tar -czvf shelldap-${VERSION}.tar.gz shelldap-${VERSION}
|
||||
@rm -rf shelldap-${VERSION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue