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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]