[xiph-commits] r10479 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Sun Nov 27 20:23:54 PST 2005


Author: giles
Date: 2005-11-27 20:23:53 -0800 (Sun, 27 Nov 2005)
New Revision: 10479

Modified:
   trunk/ogg/Makefile.am
Log:
Properly strip the .svn directories from the dist target.


Modified: trunk/ogg/Makefile.am
===================================================================
--- trunk/ogg/Makefile.am	2005-11-28 04:23:35 UTC (rev 10478)
+++ trunk/ogg/Makefile.am	2005-11-28 04:23:53 UTC (rev 10479)
@@ -22,8 +22,8 @@
 dist-hook:
 	rm -rf `find $(distdir)/debian -name .svn`
 	rm -rf `find $(distdir)/debian -name "Makefile*"`
-	rm -rf `find $(distdir)/macos -name CVS`
-	rm -rf `find $(distdir)/macosx -name CVS`
+	rm -rf `find $(distdir)/macos -name .svn`
+	rm -rf `find $(distdir)/macosx -name .svn`
 
 debug:
 	$(MAKE) all CFLAGS="@DEBUG@"



More information about the commits mailing list