You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/31 07:58:09 UTC

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

Author: samisa
Date: Thu Mar 30 21:58:07 2006
New Revision: 390339

URL: http://svn.apache.org/viewcvs?rev=390339&view=rev
Log:
Remove .svn from 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=390339&r1=390338&r2=390339&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Thu Mar 30 21:58:07 2006
@@ -6,4 +6,5 @@
 data_DATA= samples/server/axis2.xml INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
 logs_DATA=samples/server/axis2.log
 EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE samples/server/axis2.log samples build
-
+dist-hook:
+	rm -rf `find $(distdir)/ -type d -name .svn`