Fix pod syntax problems in caff (Closes: #485653).
[pgp-tools.git] / Makefile
index b7c5be15782f5772b41baa79ae05a9c083de6014..b2c91845048f5ee9e41f86eb2bbbd3eac6405e1f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,11 @@ clean:
        for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir clean || exit 1 ; fi ; done
 
 dist:
+       [ -d debian ] && fakeroot debian/rules clean
        [ ! -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)