Author: damitha
Date: Sun Dec 30 19:47:39 2007
New Revision: 607655

URL: http://svn.apache.org/viewvc?rev=607655&view=rev
Log: (empty)

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

Modified: webservices/sandesha/trunk/c/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?rev=607655&r1=607654&r2=607655&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/Makefile.am (original)
+++ webservices/sandesha/trunk/c/Makefile.am Sun Dec 30 19:47:39 2007
@@ -28,4 +28,15 @@
        rm -rf `find $(distdir)/ -type d -name .deps`
        rm -rf `find $(distdir)/ -type d -name .libs`
        rm -rf `find $(distdir)/ -type f -name Makefile`
-       cp -r target/docs $(distdir)
+       rm -rf `find $(distdir)/ -type f -name 
sandesha2c-sample-src-${PACKAGE_VERSION}.tar.gz`
+       rm -rf `find $(distdir)/ -type d -name autom4te.cache`
+       sh dist.sh
+
+bindist: $(bin_PROGRAMS)
+       rm -rf sandesha2c-bin-${PACKAGE_VERSION}-linux
+       sh bindist.sh
+       mkdir sandesha2c-bin-${PACKAGE_VERSION}-linux
+       cp -r `pwd`/deploy/* sandesha2c-bin-${PACKAGE_VERSION}-linux
+       cp AUTHORS sandesha2c-bin-${PACKAGE_VERSION}-linux
+       tar -cf - sandesha2c-bin-${PACKAGE_VERSION}-linux | gzip -c > 
sandesha2c-bin-${PACKAGE_VERSION}-linux.tar.gz
+       rm -rf sandesha2c-bin-${PACKAGE_VERSION}-linux



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to