You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/09/24 11:26:26 UTC

svn commit: r578725 - /webservices/savan/trunk/c/Makefile.am

Author: damitha
Date: Mon Sep 24 02:26:25 2007
New Revision: 578725

URL: http://svn.apache.org/viewvc?rev=578725&view=rev
Log:
Fixing the bug pointed out by Dinesh about the release artifactcs

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

Modified: webservices/savan/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/Makefile.am?rev=578725&r1=578724&r2=578725&view=diff
==============================================================================
--- webservices/savan/trunk/c/Makefile.am (original)
+++ webservices/savan/trunk/c/Makefile.am Mon Sep 24 02:26:25 2007
@@ -7,11 +7,10 @@
 include_HEADERS=$(top_builddir)/include/*.h
 
 sysconf_DATA=src/data/axis2.xml
-install-data-hook:
-	cp -rf xdocs/docs/* $(docsdir)
 
 dist-hook:
+	cp -rf xdocs/docs $(distdir)/
 	sh dist_hook.sh
-EXTRA_DIST = build.sh autogen.sh build xdocs samples
+EXTRA_DIST = build.sh autogen.sh build samples