[GRASS-dev] Re: [GRASS GIS] #503: wx-GUI: html-manual
GRASS GIS
trac at osgeo.org
Sun Feb 22 21:47:12 EST 2009
#503: wx-GUI: html-manual
--------------------------+-------------------------------------------------
Reporter: hellik | Owner: grass-dev at 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>
More information about the grass-dev
mailing list