Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 1998 03:05:13 +0800 (CST)
From:      clkao@cirx.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/6327: lib/zlib manuanl pages not installed
Message-ID:  <199804161905.DAA00734@heaven.pamud.net>

next in thread | raw e-mail | index | archive | help

>Number:         6327
>Category:       misc
>Synopsis:       lib/zlib manuanl pages not installed
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 17 00:10:07 PDT 1998
>Last-Modified:
>Originator:     Chia-liang Kao
>Organization:
Panther Tech. Co.
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	make world with the lastest stable

>Description:

	when making lib/zlib, the Makefile miss the man page.

>How-To-Repeat:


>Fix:
	
--- Makefile.orig	Fri Apr 17 03:01:20 1998
+++ Makefile	Fri Apr 17 02:51:50 1998
@@ -16,6 +16,8 @@
 SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
        zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c
 
+MAN3 = zlib.3
+
 beforeinstall:
 .for hdr in zconf.h zlib.h
 	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${hdr} \
	

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804161905.DAA00734>