#503: wx-GUI: html-manual
--------------------------+-------------------------------------------------
  Reporter:  hellik       |       Owner:  grass-dev@lists.osgeo.org
      Type:  defect       |      Status:  reopened                 
  Priority:  minor        |   Milestone:  6.4.0                    
 Component:  Docs         |     Version:  6.4.0 RCs                
Resolution:               |    Keywords:                           
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------
Comment (by hamish):

 this version of the hack better addresses the symptom, but not the cause:

 {{{
 Index: gui/wxpython/docs/Makefile
 ===================================================================
 --- gui/wxpython/docs/Makefile  (revision 36060)
 +++ gui/wxpython/docs/Makefile  (working copy)
 @@ -10,4 +10,4 @@
  include $(MODULE_TOPDIR)/include/Make/Rules.make

  default:
 -       for file in $(FILES) ; do rm -f $(GISBASE)/docs/html/$$file.html;
 $(MAKE) htmldir PGM=$$file; done
 +       for file in $(FILES) ; do rm -f $$file.tmp.html; $(MAKE) htmldir
 PGM=$$file; done
 }}}

 H

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/503#comment:5>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to