[mapguide-commits] r6540 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 9 05:28:47 EST 2012


Author: jng
Date: 2012-03-09 02:28:47 -0800 (Fri, 09 Mar 2012)
New Revision: 6540

Modified:
   trunk/MgDev/build.bat
   trunk/MgDev/build64.bat
Log:
#1614: Build and deploy developer's guide as part of main build process

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2012-03-09 10:21:32 UTC (rev 6539)
+++ trunk/MgDev/build.bat	2012-03-09 10:28:47 UTC (rev 6540)
@@ -266,6 +266,10 @@
 pushd %MG_DOC%
 call MgOpenSource_run_doxygen.bat
 popd
+echo [build]: MapGuide Developer's Guide
+pushd %MG_DOC%\devguide
+call make.bat html
+popd
 goto quit
 
 rem =======================================================
@@ -365,6 +369,8 @@
 :install_doc
 echo [install]: Documentation
 %XCOPY% "%MG_DOC_OUTPUT%" "%MG_OUTPUT_WEB%\www\help\webapi" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
+echo [install]: MapGuide Developer's Guide
+%XCOPY% "%MG_DOC%\devguide\build\html" "%MG_OUTPUT_WEB%\www\help\devguide" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Developer's Guide Sample Code (PHP)
 %XCOPY% "%MG_DOC_DEVGUIDE_SAMPLES%\phpsamples" "%MG_OUTPUT_WEB%\www\phpsamples" /EXCLUDE:%TYPEBUILD%_excludes.txt
 echo [install]: Developer's Guide Sample Code (Java)

Modified: trunk/MgDev/build64.bat
===================================================================
--- trunk/MgDev/build64.bat	2012-03-09 10:21:32 UTC (rev 6539)
+++ trunk/MgDev/build64.bat	2012-03-09 10:28:47 UTC (rev 6540)
@@ -298,6 +298,10 @@
 pushd %MG_DOC%
 call MgOpenSource_run_doxygen.bat
 popd
+echo [build]: MapGuide Developer's Guide
+pushd %MG_DOC%\devguide
+call make.bat html
+popd
 goto quit
 
 rem =======================================================
@@ -397,6 +401,8 @@
 :install_doc
 echo [install]: Documentation
 %XCOPY% "%MG_DOC_OUTPUT%" "%MG_OUTPUT_WEB%\www\help\webapi" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
+echo [install]: MapGuide Developer's Guide
+%XCOPY% "%MG_DOC%\devguide\build\html" "%MG_OUTPUT_WEB%\www\help\devguide" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 echo [install]: Developer's Guide Sample Code (PHP)
 %XCOPY% "%MG_DOC_DEVGUIDE_SAMPLES%\phpsamples" "%MG_OUTPUT_WEB%\www\phpsamples" /EXCLUDE:%TYPEBUILD%_excludes.txt
 echo [install]: Developer's Guide Sample Code (Java)



More information about the mapguide-commits mailing list