[GRASS-SVN] r30310 - in grass/trunk: gui/tcltk/gis.m tools

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 23 13:21:45 EST 2008


Author: neteler
Date: 2008-02-23 13:21:45 -0500 (Sat, 23 Feb 2008)
New Revision: 30310

Modified:
   grass/trunk/gui/tcltk/gis.m/Makefile
   grass/trunk/tools/build_html_index.sh
Log:
generate HTML page correctly

Modified: grass/trunk/gui/tcltk/gis.m/Makefile
===================================================================
--- grass/trunk/gui/tcltk/gis.m/Makefile	2008-02-23 18:21:05 UTC (rev 30309)
+++ grass/trunk/gui/tcltk/gis.m/Makefile	2008-02-23 18:21:45 UTC (rev 30310)
@@ -4,16 +4,20 @@
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 
-default: script install_scripts
+default: script install_scripts myhtml
 
 install_scripts:
 	if [ ! -d $(GISBASE)/etc/gm ] ; then $(MKDIR) $(GISBASE)/etc/gm; fi
-	$(INSTALL) description.html $(GISBASE)/docs/html/gis.m.html
+	#$(INSTALL) description.html $(GISBASE)/docs/html/gis.m.html
 	for file in *.tcl ; do $(INSTALL) $$file $(GISBASE)/etc/gm/ ; done
 	for file in *.gif ; do $(INSTALL_DATA) $$file $(GISBASE)/etc/gm/ ; done
 	for file in docs/gm_*.html ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
 	for file in docs/gm_*.png ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
 	for file in docs/gm_*.jpg ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
 
+myhtml:
+	$(MAKE) htmlscript PGM=gis.m
+
+
 $(BIN)/$(PGM).bat: $(PGM).bat
 	$(INSTALL_DATA) $< $@

Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh	2008-02-23 18:21:05 UTC (rev 30309)
+++ grass/trunk/tools/build_html_index.sh	2008-02-23 18:21:45 UTC (rev 30310)
@@ -6,7 +6,7 @@
 #exclude following list of modules from help index:
 # escape it properly:
 ## TODO: better fix this in include/Make/Html.make, see bug #5361
-EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg\|wxGUI.*html"
+EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg\|gui.m\|wxGUI.*html"
 ############# nothing to configure below ############
 
 #fetch the ARCH for store the files:



More information about the grass-commit mailing list