From: John Ellson Date: Sun, 10 Jul 2016 17:11:54 +0000 (-0400) Subject: no need to remove CVS dirs in dist-hook: X-Git-Tag: untagged-720ca8034db44a953d87~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13f4e001055aa338f7ffee851c302baafe16b66a;p=graphviz no need to remove CVS dirs in dist-hook: --- diff --git a/Makefile.am b/Makefile.am index 80e9224b0..252b817a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ doxygen: doxygen dist-hook: - find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; +# find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; # rm -f ToPAS # find $(distdir) -type f -exec md5sum {} >>ToPAS \;