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 ma...@apache.org on 2007/09/25 06:12:09 UTC

svn commit: r579048 - /webservices/sandesha/trunk/c/build/win32/makefile

Author: manjula
Date: Mon Sep 24 21:12:09 2007
New Revision: 579048

URL: http://svn.apache.org/viewvc?rev=579048&view=rev
Log:
changing the windows makefile to install docs.

Modified:
    webservices/sandesha/trunk/c/build/win32/makefile

Modified: webservices/sandesha/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build/win32/makefile?rev=579048&r1=579047&r2=579048&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/build/win32/makefile (original)
+++ webservices/sandesha/trunk/c/build/win32/makefile Mon Sep 24 21:12:09 2007
@@ -94,9 +94,9 @@
 	@copy $(SANDESHASRC)\README $(SANDESHADISTDIR)
 	@copy $(SANDESHASRC)\INSTALL $(SANDESHADISTDIR)
 	@copy $(SANDESHASRC)\NEWS $(SANDESHADISTDIR)
-	@copy $(SANDESHASRC)\README $(SANDESHADISTDIR)\docs
-	@copy $(SANDESHASRC)\INSTALL $(SANDESHADISTDIR)\docs
-	
+	@copy $(SANDESHASRC)\docs\docs\* $(SANDESHADISTDIR)\docs
+	@xcopy /E $(SANDESHASRC)\docs\api $(SANDESHADISTDIR)\docs
+
 copy_samples:
 	@xcopy /E $(SANDESHASRC)\samples $(SANDESHADISTDIR)\samples
 	@del /s /q $(SANDESHADISTDIR)\samples\*.am



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org