specify man pages the new way.

This commit is contained in:
cgd 1994-12-22 09:44:45 +00:00
parent c4c01d75b2
commit 3a370daf86
13 changed files with 31 additions and 33 deletions

View File

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.3 1993/08/02 17:41:49 mycroft Exp $
# $Id: Makefile,v 1.4 1994/12/22 09:44:45 cgd Exp $
MAN1= afmtodit.0
MAN= afmtodit.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View File

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.3 1993/08/02 17:43:07 mycroft Exp $
# $Id: Makefile,v 1.4 1994/12/22 09:44:53 cgd Exp $
MAN1= grog.0
MAN= grog.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View File

@ -1,7 +1,6 @@
# $Id: Makefile,v 1.4 1993/08/02 17:44:19 mycroft Exp $
# $Id: Makefile,v 1.5 1994/12/22 09:44:59 cgd Exp $
MAN5= groff_font.0 groff_out.0
MAN7= groff_char.0
MAN= groff_char.7 groff_font.5 groff_out.5
.include "../Makefile.cfg"
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1994/08/22 19:54:44 pk Exp $
# $Id: Makefile,v 1.8 1994/12/22 09:45:04 cgd Exp $
# XXX -- this depends on ../include/defs.h
TMACDIR?= /usr/share/tmac
@ -10,7 +10,7 @@ TMACMODE?= 444
FILES= 0.MT 5.MT 4.MT ms.cov se_ms.cov
LOCALE= locale se_locale
MAN7= groff_mm.0 groff_mmse.0
MAN= groff_mm.7 groff_mmse.7
MLINKS= groff_mm.7 mm.7 groff_mmse.7 mmse.7
afterinstall:

View File

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.3 1993/08/02 17:44:32 mycroft Exp $
# $Id: Makefile,v 1.4 1994/12/22 09:45:09 cgd Exp $
MAN1= nroff.0
MAN= nroff.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1993/08/02 17:45:24 mycroft Exp $
# $Id: Makefile,v 1.5 1994/12/22 09:45:20 cgd Exp $
# XXX -- this depends on ../include/defs.h
TMACDIR?= /usr/share/tmac
@ -7,7 +7,7 @@ TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
MAN7= groff_ms.0
MAN= groff_ms.7
MLINKS= groff_ms.7 ms.7
FILES= tmac.pic tmac.ps tmac.psnew tmac.psold tmac.pspic tmac.psatk\

View File

@ -1,12 +1,11 @@
# $Id: Makefile,v 1.3 1993/11/03 16:09:31 cgd Exp $
# $Id: Makefile,v 1.4 1994/12/22 09:45:30 cgd Exp $
PROG= rcs
CFLAGS+= -I${.CURDIR}/../lib
LDADD= ${LIBRCS} -lgnumalloc
DPADD= ${LIBRCS} /usr/lib/libgnumalloc.a
MAN1= rcs.0 rcsintro.0
MAN5= rcsfile.0
MAN= rcs.1 rcsfile.5 rcsintro.1
.include "../../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -1,6 +1,6 @@
# $Id: Makefile,v 1.2 1993/08/02 17:47:54 mycroft Exp $
# $Id: Makefile,v 1.3 1994/12/22 09:45:36 cgd Exp $
MAN1= rcsfreeze.0
MAN= rcsfreeze.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View File

@ -4,6 +4,6 @@
SRCS+= i386_get_ldt.c i386_set_ldt.c
MAN2+= i386_get_ldt.0
MAN+= i386_get_ldt.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 1994/12/16 10:01:23 mycroft Exp $
# $NetBSD: Makefile,v 1.13 1994/12/22 09:49:15 cgd Exp $
LIB= compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
@ -21,7 +21,7 @@ SRCS= gtty.c ftime.c stty.c
# missing: (for vax) reset.s
.endif
MAN3+= ftime.0 getpw.0 stty.0 vlimit.0 vtimes.0
MAN+= ftime.3 getpw.3 stty.3 vlimit.3 vtimes.3
MLINKS+=stty.3 gtty.3
@ -36,7 +36,7 @@ SRCS+= insque.c remque.c
.endif
# missing: ecvt.0
MAN3+= insque.0 lsearch.0 re_comp.0 rexec.0
MAN+= insque.3 lsearch.3 re_comp.3 rexec.3
#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
MLINKS+=insque.3 remque.3
@ -46,11 +46,11 @@ MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources
SRCS+= cuserid.c
MAN3+= cuserid.0
MAN+= cuserid.3
# regexp sources
SRCS+= regerror.c regexp.c regsub.c
MAN3+= regexp.0
MAN+= regexp.3
.include <bsd.lib.mk>
<bsd.lib.m

View File

@ -3,7 +3,7 @@
# into this directory to make distribution of exportable and non-exportable
# systems easier.
#
# $Id: Makefile,v 1.4 1993/10/07 01:36:21 cgd Exp $
# $Id: Makefile,v 1.5 1994/12/22 09:49:34 cgd Exp $
LIB= crypt
@ -13,7 +13,7 @@ SRCS= crypt.c
SRCS= crypt_dummy.c
.endif
MAN3= crypt.0
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
.include <bsd.lib.mk>

View File

@ -9,7 +9,7 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \
overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \
standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
MAN3= curses.0
MAN= curses.3
beforeinstall:
-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.1beta 93/09/24
# $Id: Makefile,v 1.23 1994/09/25 17:31:51 jtc Exp $
# $Id: Makefile,v 1.24 1994/12/22 09:50:37 cgd Exp $
#
# ====================================================
# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@ -103,10 +103,10 @@ SRCS=${COMMON_SRCS}
.endfor
MAN3+= acos.0 acosh.0 asin.0 asinh.0 atan.0 atan2.0 atanh.0 ceil.0 \
cos.0 cosh.0 erf.0 exp.0 fabs.0 floor.0 fmod.0 hypot.0 ieee.0 \
ieee_test.0 j0.0 lgamma.0 math.0 rint.0 sin.0 sinh.0 sqrt.0 \
tan.0 tanh.0
MAN+= 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
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