From 6db5ef09aef173e96e341e98a965ca40075291ff Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 2 Oct 1995 20:02:05 +0000 Subject: Compress manual pages (if desired) in the obj directory rather than in the installation destination. Should make release-building substantially faster. The msun Makefile changes simple adapt to the new scheme. --- lib/msun/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'lib/msun') diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 642b002..ac9194b 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.4 1995/03/08 01:41:40 bde Exp $ +# $Id: Makefile,v 1.5 1995/05/30 05:47:47 rgrimes Exp $ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -95,12 +95,11 @@ SRCS=${COMMON_SRCS} SRCS:=${SRCS:S/${i:S/.S/.c/}/$i/} .endfor -MANSRC= ${.CURDIR}/man - -MAN3+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ - cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \ - ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \ - tan.3 tanh.3 +MAN3+= man/acos.3 man/acosh.3 man/asin.3 man/asinh.3 man/atan.3 man/atan2.3 \ + man/atanh.3 man/ceil.3 man/cos.3 man/cosh.3 man/erf.3 man/exp.3 \ + man/fabs.3 man/floor.3 man/fmod.3 man/hypot.3 man/ieee.3 \ + man/ieee_test.3 man/j0.3 man/lgamma.3 man/math.3 man/rint.3 man/sin.3 \ + man/sinh.3 man/sqrt.3 man/tan.3 man/tanh.3 MLINKS+=erf.3 erfc.3 MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 -- cgit v1.1