diff -r 4464f9984530 -r c527f97c28f1 Makefile --- a/Makefile Wed Jun 07 14:49:06 2017 -0700 +++ b/Makefile Wed Jun 07 14:59:48 2017 -0700 @@ -4,7 +4,6 @@ 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}