Date: Wed, 1 Jan 1997 15:24:15 +0100 (CET) From: Philippe Charnier <charnier@xp11.frmug.org> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/2357: documentation not installed properly Message-ID: <199701011424.PAA03571@xp11.frmug.org> Resent-Message-ID: <199701012150.NAA26271@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2357
>Category: docs
>Synopsis: PRINTER -> PRINTERDEVICE missing in various makefiles
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 1 13:50:01 PST 1997
>Last-Modified:
>Originator: Philippe Charnier
>Organization:
>Release: FreeBSD 3.0-CURRENT i386
>Environment:
>Description:
PRINTER is still used in some makefiles, should be renamed to
PRINTERDEVICE.
>How-To-Repeat:
unset PRINTER then make in /usr/share/doc, it will install
/usr/share/doc/usd/10.exref/summary..gz
/usr/share/doc/usd/12.vi/summary..gz
/usr/share/doc/usd/12.vi/viapwh..gz
>Fix:
go to /usr/src/share/doc/usd and apply the following patch
Index: 10.exref/Makefile
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/usd/10.exref/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 1996/11/01 07:57:05 1.5
+++ Makefile 1997/01/01 14:00:38
@@ -11,9 +11,9 @@
.include <bsd.doc.mk>
.if !defined(NODOCCOMPRESS)
-SFILE= summary.${PRINTER}.gz
+SFILE= summary.${PRINTERDEVICE}.gz
.else
-SFILE= summary.${PRINTER}
+SFILE= summary.${PRINTERDEVICE}
.endif
all: ${DFILE} ${SFILE}
Index: 12.vi/Makefile
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/usd/12.vi/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 1996/11/01 07:57:07 1.4
+++ Makefile 1997/01/01 14:20:27
@@ -11,11 +11,11 @@
.include <bsd.doc.mk>
.if !defined(NODOCCOMPRESS)
-SFILE= summary.${PRINTER}.gz
-VFILE= viapwh.${PRINTER}.gz
+SFILE= summary.${PRINTERDEVICE}.gz
+VFILE= viapwh.${PRINTERDEVICE}.gz
.else
-SFILE= summary.${PRINTER}
-VFILE= viapwh.${PRINTER}
+SFILE= summary.${PRINTERDEVICE}
+VFILE= viapwh.${PRINTERDEVICE}
.endif
all: ${DFILE} ${SFILE} ${VFILE}
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701011424.PAA03571>
