"make dist" removes Mercurial directory.

This commit is contained in:
Ryan C. Gordon 2009-03-23 01:36:05 -04:00
parent b35a36ddaa
commit 0314ea857b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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