lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Re: reorganizing the lynx-archive


From: Nelson Henry Eric
Subject: Re: LYNX-DEV Re: reorganizing the lynx-archive
Date: Mon, 11 Nov 1996 10:06:48 +0900 (JST)

> biggest problem I've seen along these lines is people who have help files
> installed locally, and upgrade the Lynx binary but not the help files...

I suggested an addition to the top level Makefile along the lines of
the following, but I do not have enough computer knowledge to offer
a diff -c.  If anyone wants to correct it and make it workable for all
systems supported, I think it would urge more people to make use of the
resources they have available locally.  There also needs to be a blurb
in INSTALLATION advertising the use of this target, and the need to set
#define HELPFILE " in either userdefs.h or lynx.cfg.

full-install:
        install -c -m 555 lynx $(exec)/lynx
        install -c -m 444 lynx.man /usr/local/man/man1/lynx.1
        mv about_lynx/* lynx_help/
        tar cf - lynx_help >> $(exec)/lynx_help.tar
        cp CHANGES $(exec)/changes.txt
        rm -r $(exec)/lynx_help
        cd $(exec); tar xf lynx_help.tar
        rm $(exec)/*.tar

__Henry
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

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