Browse Source

manual file name is module name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55126 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 years ago
parent
commit
e3df526d05
2 changed files with 2 additions and 2 deletions
  1. 1 1
      man/build_html.py
  2. 1 1
      man/build_rest.py

+ 1 - 1
man/build_html.py

@@ -238,7 +238,7 @@ r"""Go <a href="index.html">back to help overview</a><br>
 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:
 """)
 #"
 

+ 1 - 1
man/build_rest.py

@@ -261,7 +261,7 @@ Full command index:
 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):