From: myon Date: Wed, 12 Mar 2008 22:20:12 +0000 (+0000) Subject: Remove TODO from Makefile. X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=93f93e024001ee3b2a1f6339b153cb3f54f3d04e Remove TODO from Makefile. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@371 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/Makefile b/Makefile index b7c5be1..1b17936 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ dist: [ ! -f $(TGZ) ] mkdir $(TGZ_DIR) for dir in $(DIRS) ; do cp -a $$dir $(TGZ_DIR); done - cp -a README TODO Makefile $(TGZ_DIR) + cp -a README Makefile $(TGZ_DIR) GZIP=--best tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR) rm -rf $(TGZ_DIR)