[GRASS-SVN] r55126 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 20 01:52:07 PST 2013


Author: neteler
Date: 2013-02-20 01:52:07 -0800 (Wed, 20 Feb 2013)
New Revision: 55126

Modified:
   grass/trunk/man/build_html.py
   grass/trunk/man/build_rest.py
Log:
manual file name is module name

Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py	2013-02-20 09:49:53 UTC (rev 55125)
+++ grass/trunk/man/build_html.py	2013-02-20 09:52:07 UTC (rev 55126)
@@ -238,7 +238,7 @@
 message_tmpl = string.Template(\
 r"""Generated HTML docs in ${html_dir}/index.html
 ----------------------------------------------------------------------
-Following modules are missing the 'description.html' file in src code:
+Following modules are missing the 'modulename.html' file in src code:
 """)
 #"
 

Modified: grass/trunk/man/build_rest.py
===================================================================
--- grass/trunk/man/build_rest.py	2013-02-20 09:49:53 UTC (rev 55125)
+++ grass/trunk/man/build_rest.py	2013-02-20 09:52:07 UTC (rev 55126)
@@ -261,7 +261,7 @@
 message_tmpl = string.Template(\
 r"""Generated HTML docs in ${rest_dir}/index.txt
 ----------------------------------------------------------------------
-Following modules are missing the 'description.txt' file in src code:
+Following modules are missing the 'modulename.txt' file in src code:
 """)
 
 def check_for_desc_override(basename):



More information about the grass-commit mailing list