[mapguide-commits] r5812 - in trunk/Tools/Maestro: . Install

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 17 12:03:11 EDT 2011


Author: jng
Date: 2011-05-17 09:03:11 -0700 (Tue, 17 May 2011)
New Revision: 5812

Modified:
   trunk/Tools/Maestro/Install/Maestro.nsi
   trunk/Tools/Maestro/build.bat
Log:
#1677: Update NSIS installer to include User Guide and a small fix for the top-level build script.

Modified: trunk/Tools/Maestro/Install/Maestro.nsi
===================================================================
--- trunk/Tools/Maestro/Install/Maestro.nsi	2011-05-17 15:58:31 UTC (rev 5811)
+++ trunk/Tools/Maestro/Install/Maestro.nsi	2011-05-17 16:03:11 UTC (rev 5812)
@@ -179,6 +179,7 @@
 	File /r "${INST_OUTPUT_MAESTRO}\WebStudio"
 	File /r "${INST_OUTPUT_MAESTRO}\AddIns"
     File /r "${INST_OUTPUT_MAESTRO}\Data"
+    File /r "${INST_OUTPUT_MAESTRO}\UserDoc"
 	
 	# docs
 	#File "${INST_OUTPUT_MAESTRO}\${HELP_USER}"

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2011-05-17 15:58:31 UTC (rev 5811)
+++ trunk/Tools/Maestro/build.bat	2011-05-17 16:03:11 UTC (rev 5812)
@@ -79,7 +79,7 @@
 %MSBUILD% Maestro.sln
 popd
 pushd UserDoc
-make html
+call make.bat html
 popd
 pushd UserDoc\build\html
 xcopy /S /Y *.* %SLNDIR%\out\%TYPEBUILD%\UserDoc\



More information about the mapguide-commits mailing list