[mapguide-commits] r10136 - branches/4.0/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 5 03:48:19 PDT 2025


Author: jng
Date: 2025-05-05 03:48:18 -0700 (Mon, 05 May 2025)
New Revision: 10136

Modified:
   branches/4.0/MgDev/build.bat
Log:
Fix doc build path

Modified: branches/4.0/MgDev/build.bat
===================================================================
--- branches/4.0/MgDev/build.bat	2025-05-05 10:45:53 UTC (rev 10135)
+++ branches/4.0/MgDev/build.bat	2025-05-05 10:48:18 UTC (rev 10136)
@@ -258,8 +258,8 @@
 
 :build_doc
 echo [build]: Building Doc
-pushd %CD%\Bindings
-call build_doc.bat
+pushd %CD%\Doc
+call build.bat
 popd
 echo [build]: MapGuide Developer's Guide
 pushd %MG_DOC%\devguide



More information about the mapguide-commits mailing list