From 38e071b1399a67d14312bcae94da27b0eed47ad6 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Mar 1998 15:26:03 +0000 Subject: Document "MANZ" work arround in section 9.9. --- Packages.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Packages.txt b/Packages.txt index 9d3b306bce5..4fa66db50f8 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.19 1998/02/27 02:46:29 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.20 1998/03/05 15:26:03 tron Exp $ ########################################################################### ========================== @@ -910,6 +910,20 @@ variables look like: See section 4.3 on how to remove RCS IDs from patch files. + 9.9 Distribution Makefile compresses manual pages automatically + =============================================================== + +Some distribution files used to create our packages come with BSDish +Makefiles that compress manual pages automatically if "MANZ" is defined. +To avoid an error on "make install" because the manual pages can't be +compressed by add this work arround to the package's Makefile: + +# MANZ is handled automatically +.if defined(MANZ) +MANCOMPRESSED= 1 +.endif + + 10 Submitting ============= -- cgit v1.2.3