You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2006/05/15 10:35:14 UTC

svn commit: r406584 - /webservices/axis2/trunk/c/Makefile.am

Author: pini
Date: Mon May 15 01:35:13 2006
New Revision: 406584

URL: http://svn.apache.org/viewcvs?rev=406584&view=rev
Log:
Removing '.deps' directory from tarball created by 'make dist'

Modified:
    webservices/axis2/trunk/c/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/Makefile.am?rev=406584&r1=406583&r2=406584&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Mon May 15 01:35:13 2006
@@ -8,3 +8,4 @@
 EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE samples/server/axis2.log samples build
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
+	rm -rf `find $(distdir)/ -type d -name .deps`