Makefile
changeset 95 c527f97c28f1
parent 89 aa4172c204d4
--- 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}