[mapserver-commits] r9661 - trunk/docs/en/development
svn at osgeo.org
svn at osgeo.org
Mon Jan 4 10:01:45 EST 2010
Author: hobu
Date: 2010-01-04 10:01:43 -0500 (Mon, 04 Jan 2010)
New Revision: 9661
Modified:
trunk/docs/en/development/documentation.txt
Log:
mac notes
Modified: trunk/docs/en/development/documentation.txt
===================================================================
--- trunk/docs/en/development/documentation.txt 2010-01-03 16:54:22 UTC (rev 9660)
+++ trunk/docs/en/development/documentation.txt 2010-01-04 15:01:43 UTC (rev 9661)
@@ -107,7 +107,7 @@
::
- sudo easy_install sphynx
+ sudo easy_install Sphinx
#. to process the docs, from the MapServer /docs directory, run:
@@ -129,6 +129,35 @@
build all translations.
+**On OS X:**
+
+#. install sphinx using easy_install:
+
+ ::
+
+ sudo easy_install Sphinx
+
+# install MacTex from http://www.tug.org/mactex/2009/ if you want to build pdfs
+
+#. to process the docs, from the MapServer /docs directory, run:
+
+ ::
+
+ make html
+
+ or
+
+ ::
+
+ make latex
+
+ the HTML output will be written to the build/html sub-directory.
+
+.. note::
+
+ If there are more than one translation, the above commands will automatically
+ build all translations.
+
How translations are handled
----------------------------
More information about the mapserver-commits
mailing list