Subject: share/doc/usd installation fixes
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Luke Mewburn <lm@rmit.edu.au>
List: netbsd-bugs
Date: 03/27/1994 23:46:26
Some of the files in src/share/doc/usd aren't being installed into
/usr/share (from 15.vi & 16.ex), and also, 04.csh doesn't specify
a macro set so things look stuffed. The following patch fixes
the three makefiles. Oh, I forgot to change the Makefile in 14.edit
to add edit.vindex to the SRCS.

PS:  since the stuff in usr.bin/vi/docs/USD.doc is basically the
stuff in share/doc/usd (sans a couple of typos that I've fixed in
the latter but didn't make it back to nvi), do we really need the
former?

diff -c -r usd/04.csh/Makefile /usr/share/doc/usd/04.csh/Makefile
*** usd/04.csh/Makefile	Tue Jan 25 21:34:20 1994
--- share/doc/usd/04.csh/Makefile	Fri Mar 25 19:20:17 1994
***************
*** 3,8 ****
--- 3,9 ----
  
  DIR=	usd/04.csh
  DOC=	04.csh
+ MACROS=	-ms
  
  SRCS=	tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
  
diff -c -r usd/15.vi/Makefile /usr/share/doc/usd/15.vi/Makefile
*** usd/15.vi/Makefile	Tue Jan 25 21:34:26 1994
--- share/doc/usd/15.vi/Makefile	Sun Mar 27 22:38:30 1994
***************
*** 4,10 ****
  DIR=	usd/15.vi
  DOC=	15.vi
  
! SRCS=	vi.in vi.chars
  MACROS=	-ms
  CLEANFILES+=summary.* viapwh.*
  
--- 4,10 ----
  DIR=	usd/15.vi
  DOC=	15.vi
  
! SRCS=	vi.in vi.chars vi.apwh.ms vi.summary
  MACROS=	-ms
  CLEANFILES+=summary.* viapwh.*
  
diff -c -r usd/16.ex/Makefile /usr/share/doc/usd/16.ex/Makefile
*** usd/16.ex/Makefile	Tue Jan 25 21:34:27 1994
--- share/doc/usd/16.ex/Makefile	Sun Mar 27 22:41:55 1994
***************
*** 4,10 ****
  DIR=	usd/16.ex
  DOC=	16.ex
  
! SRCS=	ex.rm
  MACROS=	-ms
  CLEANFILES=summary.*
  
--- 4,10 ----
  DIR=	usd/16.ex
  DOC=	16.ex
  
! SRCS=	ex.rm ex.summary
  MACROS=	-ms
  CLEANFILES=summary.*
  

-- 
``Concealment is never as hard as people think, you          Luke Mewburn
  must understand that. It's action while hiding that's    <lm@rmit.edu.au>
  the hard part''
        -- Coyote, in Kim Stanley Robinson's `Green Mars'

------------------------------------------------------------------------------