[GRASS-SVN] r70471 - grass/branches/releasebranch_7_2/man

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 1 20:17:03 PST 2017


Author: wenzeslaus
Date: 2017-02-01 20:17:03 -0800 (Wed, 01 Feb 2017)
New Revision: 70471

Modified:
   grass/branches/releasebranch_7_2/man/build_class_graphical.py
Log:
doc: include all modules into graphical index (in trunk image is required)

Modified: grass/branches/releasebranch_7_2/man/build_class_graphical.py
===================================================================
--- grass/branches/releasebranch_7_2/man/build_class_graphical.py	2017-02-02 04:02:13 UTC (rev 70470)
+++ grass/branches/releasebranch_7_2/man/build_class_graphical.py	2017-02-02 04:17:03 UTC (rev 70471)
@@ -231,7 +231,7 @@
 
     for short_family, module_family in families:
         generate_page_for_category(short_family, module_family, imgs,
-                                   year=year, skip_no_image=True)
+                                   year=year, skip_no_image=False)
 
 
 if __name__ == '__main__':



More information about the grass-commit mailing list