lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV suggestion to make make install-help notice more noticeable


From: Nelson Henry Eric
Subject: LYNX-DEV suggestion to make make install-help notice more noticeable
Date: Tue, 6 Jan 1998 12:09:14 +0900 (JST)

*** makefile.in.orig    Tue Jan  6 11:10:32 1998
--- makefile.in Tue Jan  6 11:56:20 1998
***************
*** 240,246 ****
        cd ..; rm -f $(lynxname).tar.Z; compress -f -v $(lynxname).tar
  
  install: lynx install-bin install-man install-cfg @INSTALL_LSS@
!       @echo Use $(MAKE) install-help to install the help-files
  
  install-bin: $(bindir)
        -mv -f $(bindir)/lynx $(bindir)/lynx.old
--- 240,247 ----
        cd ..; rm -f $(lynxname).tar.Z; compress -f -v $(lynxname).tar
  
  install: lynx install-bin install-man install-cfg @INSTALL_LSS@
!       @echo ""
!       @echo Use \"$(MAKE) install-help\" to install the help files.
  
  install-bin: $(bindir)
        -mv -f $(bindir)/lynx $(bindir)/lynx.old

Or maybe: `` @echo "Use '$(MAKE) install-help' to install the help files." '',
if BSD and SysV echo's are different in this respect.  Just a suggestion.

__Henry

reply via email to

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