Makefile
changeset 89 aa4172c204d4
parent 47 bf9d6fa1b1d4
--- a/Makefile	Tue Jan 12 08:22:14 2016 +0000
+++ b/Makefile	Wed Jan 13 11:14:18 2016 -0800
@@ -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}