Subject: misc/383: Misc. share/doc installation fixes
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 08/02/1994 21:20:07
>Number: 383
>Category: misc
>Synopsis: Not all available documentation is installed in /usr/share/doc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 2 21:20:04 1994
>Originator: Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:
>Environment:
System: NetBSD ed209 1.0_BETA NetBSD 1.0_BETA (ED209) #0: Tue Aug 2 21:03:55 MET DST 1994 thomas@ed209:/usr/src/sys/arch/i386/compile/ED209 i386
Machine: i386
>Description:
Not all available documentation is installed in /usr/share/doc:
1) Some files of the gprof(1) documentation aren't installed
2) The mail(1) documentation isn't installed
3) The ex(1) and vi(1) documentation isn't installed
>How-To-Repeat:
>Fix:
*** ./usr.bin/gprof/PSD.doc/Makefile- Tue May 17 05:13:55 1994
--- ./usr.bin/gprof/PSD.doc/Makefile Wed Aug 3 05:46:14 1994
***************
*** 4,9 ****
--- 4,10 ----
SRCS= header.me abstract.me intro.me profiling.me gathering.me \
postp.me present.me refs.me
DPADD= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
+ EXTRA= $(DPADD)
MACROS= -me
paper.ps: ${SRCS} ${DPADD}
*** ./usr.bin/mail/Makefile- Wed Jun 29 12:35:37 1994
--- ./usr.bin/mail/Makefile Wed Aug 3 05:52:04 1994
***************
*** 11,16 ****
--- 11,20 ----
LINKS= ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
MLINKS= mail.1 Mail.1 mail.1 mailx.1
+ .if make(install)
+ SUBDIR+= USD.doc
+ .endif
+
beforeinstall:
cd ${.CURDIR}/misc; install -c -o ${BINOWN} -g ${BINGRP} \
-m 444 ${SFILES} ${DESTDIR}/usr/share/misc
*** ./usr.bin/vi/Makefile- Mon Mar 28 13:26:32 1994
--- ./usr.bin/vi/Makefile Wed Aug 3 05:35:59 1994
***************
*** 53,58 ****
--- 53,62 ----
LINKS+= ${BINDIR}/vi ${BINDIR}/view
MLINKS= vi.1 ex.1 vi.1 view.1
+ .if make(install)
+ SUBDIR+= docs/USD.doc/edit docs/USD.doc/ex docs/USD.doc/vi
+ .endif
+
all: ${SPECHDR}
warn:: ${SRCS}
*** ./usr.bin/vi/docs/USD.doc/edit/Makefile- Mon Mar 28 13:27:07 1994
--- ./usr.bin/vi/docs/USD.doc/edit/Makefile Wed Aug 3 05:54:57 1994
***************
*** 2,7 ****
--- 2,8 ----
DIR= usd/11.edit
SRCS= edittut.ms
+ EXTRA= edit.vindex
MACROS= -msU
paper.ps: ${SRCS}
*** ./usr.bin/vi/docs/USD.doc/ex/Makefile- Mon Mar 28 13:27:12 1994
--- ./usr.bin/vi/docs/USD.doc/ex/Makefile Wed Aug 3 05:58:04 1994
***************
*** 2,7 ****
--- 2,8 ----
DIR= usd/13.ex
SRCS= ex.rm
+ EXTRA= ex.summary
MACROS= -msU
CLEANFILES=summary.*
*** ./usr.bin/vi/docs/USD.doc/vi/Makefile- Mon Mar 28 13:27:15 1994
--- ./usr.bin/vi/docs/USD.doc/vi/Makefile Wed Aug 3 05:57:32 1994
***************
*** 2,7 ****
--- 2,8 ----
DIR= usd/12.vi
SRCS= vi.in vi.chars
+ EXTRA= vi.apwh.ms vi.summary
MACROS= -msU
CLEANFILES+=summary.* viapwh.*
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------