Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 50803 invoked from network); 27 Feb 2008 07:47:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 07:47:59 -0000 Received: (qmail 5024 invoked by uid 500); 27 Feb 2008 07:47:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4907 invoked by uid 500); 27 Feb 2008 07:47:51 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 4896 invoked by uid 500); 27 Feb 2008 07:47:51 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 4893 invoked by uid 99); 27 Feb 2008 07:47:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 23:47:51 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 07:47:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A85241A9832; Tue, 26 Feb 2008 23:47:25 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r631506 - /webservices/axis2/trunk/c/Makefile.am Date: Wed, 27 Feb 2008 07:47:25 -0000 To: axis2-cvs@ws.apache.org From: pini@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080227074725.A85241A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pini Date: Tue Feb 26 23:47:24 2008 New Revision: 631506 URL: http://svn.apache.org/viewvc?rev=631506&view=rev Log: Installing docs to the 'make install' target Modified: webservices/axis2/trunk/c/Makefile.am Modified: webservices/axis2/trunk/c/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?rev=631506&r1=631505&r2=631506&view=diff ============================================================================== --- webservices/axis2/trunk/c/Makefile.am (original) +++ webservices/axis2/trunk/c/Makefile.am Tue Feb 26 23:47:24 2008 @@ -1,7 +1,7 @@ datadir=$(prefix) scriptsdir=$(prefix)/bin logsdir=$(prefix)/logs -docsdir=$(prefix)/docs/axis2c +docsdir=$(prefix) includedir=$(prefix)/include/axis2-1.3.0 @@ -14,7 +14,7 @@ INSTALL CREDITS COPYING NEWS NOTICE scripts_DATA=tools/codegen/javatool/WSDL2C.sh logs_DATA= -docs_DATA= +docs_DATA= EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE dist-hook: @@ -40,3 +40,6 @@ cp AUTHORS axis2c-bin-${PACKAGE_VERSION}-linux tar -cf - axis2c-bin-${PACKAGE_VERSION}-linux | gzip -c > axis2c-bin-${PACKAGE_VERSION}-linux.tar.gz rm -rf axis2c-bin-${PACKAGE_VERSION}-linux + +install-data-hook: + cp -r xdocs/docs $(docsdir) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org