You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/12/31 04:47:40 UTC

svn commit: r607655 - /webservices/sandesha/trunk/c/Makefile.am

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org