Add a "real" change log.

FossilOrigin-Name: 0bcc73d6482d57d4ee257d8354589ffe96947a32cc1394b24477283253b9c643
This commit is contained in:
Mahlon E. Smith 2016-01-13 19:14:17 +00:00
parent 9b6a021ce2
commit 78acc1876e
4 changed files with 160 additions and 4 deletions

View file

@ -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}