From 0314ea857b4c0efd549a32fa8641bbd1d11aefbf Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Mar 2009 01:36:05 -0400 Subject: [PATCH] "make dist" removes Mercurial directory. --- Makefile.am.newautomake | 1 + Makefile.am.oldautomake | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index 57a56d7f..d46bb62e 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -156,4 +156,5 @@ dist-hook: echo >> $(distdir)/docs/README rm -rf `find $(distdir) -name "CVS" -type d` rm -rf `find $(distdir) -name ".svn" -type d` + rm -rf $(distdir)/.hg diff --git a/Makefile.am.oldautomake b/Makefile.am.oldautomake index b807990e..230a677a 100644 --- a/Makefile.am.oldautomake +++ b/Makefile.am.oldautomake @@ -52,3 +52,4 @@ dist-hook: echo >> $(distdir)/docs/README rm -rf `find $(distdir) -name "CVS" -type d` rm -rf `find $(distdir) -name ".svn" -type d` + rm -rf $(distdir)/.hg