lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev lynx.cfg tailoring patch


From: pg
Subject: lynx-dev lynx.cfg tailoring patch
Date: Tue, 19 Jan 1999 19:03:15 -0700 (MST)

Hello, Lyncei,

I'd like to add one more tailoring to the installation
of lynx.cfg.  Patch attached.  This allows lynx.cfg to
refer to the installed .doc files, even as it has been
able to refer to the installed .help files.

My immediate motive for this is that neither site at
which I maintain Lynx has a viable GLOBAL_MAILCAP, so
I'd like merely to exploit the sample with the
lynx.cfg line:

    GLOBAL_MAILCAP:/PATH_TO/lynx_doc/samples/mailcap

Thanks,
gil

diff -brc orig/lynx2-8-2/makefile.in lynx2-8-2/makefile.in
*** orig/lynx2-8-2/makefile.in  Mon Jan 18 15:43:33 1999
--- lynx2-8-2/makefile.in       Tue Jan 19 14:11:21 1999
***************
*** 360,365 ****
--- 360,366 ----
        @address@hidden -e '/^HELPFILE:http/address@hidden@#@' \
                -e '/^#HELPFILE:file/address@hidden@@' \
                -e 's@/PATH_TO/address@hidden(helpdir)@' \
+               -e 's@/PATH_TO/address@hidden(docdir)@' \
                -e '/^HELPFILE:file/address@hidden@$(COMPRESS_EXT)@' \
                -e 
'/^HELPFILE:file/address@hidden(COMPRESS_EXT)$(COMPRESS_EXT)address@hidden(COMPRESS_EXT)@'
 \
                $(libdir)/lynx.tmp >$(libdir)/lynx.cfg

reply via email to

[Prev in Thread] Current Thread [Next in Thread]