[mapserver-commits] r9799 - trunk/docs

svn at osgeo.org svn at osgeo.org
Wed Feb 17 16:53:05 EST 2010


Author: yecarrillo
Date: 2010-02-17 16:53:03 -0500 (Wed, 17 Feb 2010)
New Revision: 9799

Modified:
   trunk/docs/Makefile
   trunk/docs/make.bat
Log:
(doc-es) add builder for es language

Modified: trunk/docs/Makefile
===================================================================
--- trunk/docs/Makefile	2010-02-17 21:18:42 UTC (rev 9798)
+++ trunk/docs/Makefile	2010-02-17 21:53:03 UTC (rev 9799)
@@ -8,7 +8,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 PAPER         =
-TRANSLATIONS  = de
+TRANSLATIONS  = de es
 LANGUAGES     = en $(TRANSLATIONS) 
 
 # On mapserver.org we need to write alternate links for the language switcher.

Modified: trunk/docs/make.bat
===================================================================
--- trunk/docs/make.bat	2010-02-17 21:18:42 UTC (rev 9798)
+++ trunk/docs/make.bat	2010-02-17 21:53:03 UTC (rev 9799)
@@ -5,7 +5,7 @@
 setlocal enableextensions enabledelayedexpansion
 
 REM ...build a list of directories to be processed (language directories)
-SET TRANSLATIONS=de
+SET TRANSLATIONS=de es
 SET LANGUAGES=en %TRANSLATIONS%
 
 set SPHINXBUILD=sphinx-build



More information about the mapserver-commits mailing list