[mapserver-commits] r9040 - trunk/docs/en/development

svn at osgeo.org svn at osgeo.org
Mon May 25 09:10:49 EDT 2009


Author: jmckenna
Date: 2009-05-25 09:10:48 -0400 (Mon, 25 May 2009)
New Revision: 9040

Modified:
   trunk/docs/en/development/documentation.txt
Log:
modify windows instructions

Modified: trunk/docs/en/development/documentation.txt
===================================================================
--- trunk/docs/en/development/documentation.txt	2009-05-23 21:17:55 UTC (rev 9039)
+++ trunk/docs/en/development/documentation.txt	2009-05-25 13:10:48 UTC (rev 9040)
@@ -79,18 +79,20 @@
        easy_install Sphinx
      
    ...you should see message: "Finished processing dependencies for Sphinx"
-#. inside the MapServer /docs directory, create /build/doctrees and /build/html
-   directories
 #. inside the /docs directory, execute:
 
    ::
-     
-       sphinx-build -b html -d build\doctrees . build\html
-     
-   ...you should see a message: "build succeeded, ..."
-   
 
+       make html
 
+   or 
+
+   ::
+
+       make latex
+
+   the HTML output will be written to the _build/html sub-directory.
+
 **On Linux:**
 
 #. make sure you have the Python dev and setuptools packages installed.



More information about the mapserver-commits mailing list