Remove TODO from Makefile.
[pgp-tools.git] / Makefile
index b7c5be15782f5772b41baa79ae05a9c083de6014..1b1793660a66d9b4b479581caea6acb4bbe044ca 100644 (file)
--- 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)