[Commits] r1235 - apps/opengeo/geoexplorer/trunk/src/doc

commits at geoext.org commits at geoext.org
Tue Jul 7 17:05:16 CEST 2009


Author: bmmpxf
Date: 2009-07-07 17:05:16 +0200 (Tue, 07 Jul 2009)
New Revision: 1235

Modified:
   apps/opengeo/geoexplorer/trunk/src/doc/make.bat
Log:
Changing path in make.bat so build works successfully.

Modified: apps/opengeo/geoexplorer/trunk/src/doc/make.bat
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/doc/make.bat	2009-07-07 13:34:20 UTC (rev 1234)
+++ apps/opengeo/geoexplorer/trunk/src/doc/make.bat	2009-07-07 15:05:16 UTC (rev 1235)
@@ -3,7 +3,7 @@
 REM Command file for Sphinx documentation
 
 set SPHINXBUILD=sphinx-build
-set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% source
+set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% .
 if NOT "%PAPER%" == "" (
 	set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
 )



More information about the Commits mailing list