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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 17 13:21:52 PST 2016


Author: neteler
Date: 2016-12-17 13:21:52 -0800 (Sat, 17 Dec 2016)
New Revision: 70088

Modified:
   grass/trunk/man/build_class_graphical.py
Log:
manual: show refs to miscellaneous introduction and topics in graphical index overview

Modified: grass/trunk/man/build_class_graphical.py
===================================================================
--- grass/trunk/man/build_class_graphical.py	2016-12-17 21:18:19 UTC (rev 70087)
+++ grass/trunk/man/build_class_graphical.py	2016-12-17 21:21:52 UTC (rev 70088)
@@ -138,7 +138,7 @@
               "Manual: Graphical index" % grass_version))
     output.write(header_graphical_index_tmpl)
 
-    if module_family.lower() not in ['general', 'miscellaneous', 'postscript']:
+    if module_family.lower() not in ['general', 'postscript']:
         if module_family == 'raster3d':
             # covert keyword to nice form
             module_family = '3D raster'



More information about the grass-commit mailing list