Hi

I was looking for something else when I noticed this.

There are embedded tabs present so the attached properly formated
patch is the proper way to apply (do not cut and paste)

diff  include/Make/Html.make.orig include/Make/Html.make
85c85,86
< htmldesc = \
---
> htmldesc:
>       htmldesc = \

This causes make to perform correctly but I do not know if the
output is as intended, I believe it now functions

Thanx
  Ray

--- include/Make/Html.make.orig Wed Nov  4 17:38:43 2009
+++ include/Make/Html.make      Tue Nov  3 20:18:13 2009
@@ -82,7 +82,8 @@
        -mv -f $(PGM).tmp.html $(GISBASE)/docs/html/$(PGM).html
        -$(INSTALL) *.png *.jpg $(GISBASE)/docs/html 2> /dev/null ; true
 
-htmldesc = \
+htmldesc:
+       htmldesc = \
        
GISRC=$(GISBASE)/demolocation/.grassrc${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}
 \
        GISBASE=$(GISBASE) \
        PATH=$(GISBASE)/bin:$$PATH \
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to