]> granicus.if.org Git - graphviz/commitdiff
no need to remove CVS dirs in dist-hook:
authorJohn Ellson <john.ellson@comcast.net>
Sun, 10 Jul 2016 17:11:54 +0000 (13:11 -0400)
committerJohn Ellson <john.ellson@comcast.net>
Sun, 10 Jul 2016 17:11:54 +0000 (13:11 -0400)
Makefile.am

index 80e9224b09fb5287e3c764817962b592a18e4c17..252b817a110c949f3590fcbb694ee151d86655f4 100644 (file)
@@ -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 \;