[mapserver-commits] r8319 - trunk/docs/development
svn at osgeo.org
svn at osgeo.org
Mon Dec 29 13:28:29 EST 2008
Author: hobu
Date: 2008-12-29 13:28:28 -0500 (Mon, 29 Dec 2008)
New Revision: 8319
Modified:
trunk/docs/development/doc_style_guide.txt
Log:
add a note about make and regenrating the labels
Modified: trunk/docs/development/doc_style_guide.txt
===================================================================
--- trunk/docs/development/doc_style_guide.txt 2008-12-29 18:00:50 UTC (rev 8318)
+++ trunk/docs/development/doc_style_guide.txt 2008-12-29 18:28:28 UTC (rev 8319)
@@ -80,12 +80,35 @@
sphinx-build -b html -d build\doctrees . build\html
...you should see a message: "build succeeded, ..."
+
+Alternatively, if you are on *nix, you can issue
+::
+ make html
+
+or
+
+::
+ make latex
+
+to build the documentation using `make`.
+
Reference Labels
----------------
.. include:: ../include/labels.inc
+
+Regenerating the reference labels
+..................................
+
+You can regenerate the reference labels by issuing:
+
+::
+ make labels
+
+from the docs directory like when you are building the html or latex versions
+
.. #### rST Link Section ####
.. _`Sphinx`: http://sphinx.pocoo.org/index.html
More information about the mapserver-commits
mailing list