[mapguide-commits] r4693 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Mar 25 08:23:57 EDT 2010


Author: jng
Date: 2010-03-25 08:23:55 -0400 (Thu, 25 Mar 2010)
New Revision: 4693

Modified:
   trunk/MgDev/build.bat
Log:
Re-org the help documentation. Web API docs now gets copied to help\webapi

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2010-03-24 17:20:57 UTC (rev 4692)
+++ trunk/MgDev/build.bat	2010-03-25 12:23:55 UTC (rev 4693)
@@ -432,7 +432,7 @@
 
 :install_doc
 echo [install]: Documentation
-%XCOPY% "%MG_DOC_OUTPUT%" "%MG_OUTPUT_WEB%\www\help" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
+%XCOPY% "%MG_DOC_OUTPUT%" "%MG_OUTPUT_WEB%\www\help\webapi" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Developer's Guide Sample Code
 %XCOPY% "%MG_DOC_DEVGUIDE_SAMPLES%" "%MG_OUTPUT_WEB%\www\devguide" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Viewer API documentation



More information about the mapguide-commits mailing list