HTMLMAP driver + other shell scripts
    Bruce_Byars at baylor.edu 
    Bruce_Byars at baylor.edu
       
    Wed Mar 15 12:03:36 EST 2000
    
    
  
Tom,
It is in the 4.3 src distribution now.  We're making a couple of other quick fixes
and then it's posted on the ftp server.  Most likely tomorrow.
Thanks!
Bruce
Tom Poindexter wrote:
> On Wed, Mar 15, 2000 at 08:23:13AM -0700, Tom Poindexter wrote:
>
> I've updated the source on my web page to include Markus' change to the
> Gmakefile that adds the HTMLMAP driver to the monitorcap file.  I added code
> to check if the driver is already defined before adding it.
>
> Also, a minor fix in connect.c to get rid of one warning.   I just moved the
> 'static timeout()' function at the top of the file.
>
> Gmakefile:
>
> $(GISBASE)/driver/HTMLMAP: HTMLMAP
>         mv HTMLMAP $@
> #       mv $(GISBASE)/etc/monitorcap $(GISBASE)/etc/monitorcap.tmp
>         @if egrep '^HTMLMAP' $(ETC)/monitorcap >/dev/null 2>&1 ; then \
>         echo HTMLMAP already defined in $(ETC)/monitorcap ; \
>         else \
>         echo adding HTMLMAP driver to $(ETC)/monitorcap ; \
>         cat moncap.entry | sed -e s:BASEDIR:$(GISBASE):g >>$(ETC)/monitorcap ; \
>         fi
>
> --
> Tom Poindexter
> tpoindex at nyx.net
> http://www.nyx.net/~tpoindex/
    
    
More information about the grass-user
mailing list