Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA1694 ; Tue, 23 Feb 93 14:54:00 EST Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!sun-barr!cs.utexas.edu!news From: cloyce@cs.utexas.edu (Cloyce D. Spradling) Newsgroups: comp.os.386bsd.questions Subject: Re: patch to vi editor (pt.2 -- the man links) Date: 19 Feb 1993 11:48:57 -0600 Organization: CS Dept, University of Texas at Austin Lines: 21 Message-ID: <loa7c9INN422@dimebox.cs.utexas.edu> References: <C2nKsx.9Mp@ux1.cso.uiuc.edu> <lo8q52INNgh@dimebox.cs.utexas.edu> <CGD.93Feb18210248@eden.CS.Berkeley.EDU> NNTP-Posting-Host: dimebox.cs.utexas.edu In the midst of recompiling elvis, I noticed (if I remember correctly) that the files ex, vi, and view all got linked to elvis, but the man pages for those programs didn't get linked to elvis's man page. Here's the short and simple fix for that: *** /usr/src/usr.bin/elvis/Makefile.orig Thu Dec 17 08:17:25 1992 --- /usr/src/usr.bin/elvis/Makefile Thu Dec 17 08:18:02 1992 *************** *** 10,13 **** --- 10,15 ---- LINKS= ${BINDIR}/elvis ${BINDIR}/vi ${BINDIR}/elvis ${BINDIR}/ex \ ${BINDIR}/elvis ${BINDIR}/view + MLINKS= elvis.1 vi.1 elvis.1 ex.1 elvis.1 view.1 + .include <bsd.prog.mk> ------------ END OF PATCH ------------ -- | Cloyce D. Spradling | cloyce@{ccwf.cc, cs}.utexas.edu | | No matter how you think, you're still only *simulating* logic! | ENTROPY! |