Normalize man page handling: Man pages are now done in the same dir as the
program they are referring to, instead of being all done in the main Makefile.
This commit is contained in:
parent
3ac8a43f8b
commit
e405b87d8f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.7 2001/07/25 16:47:50 assar Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -17,8 +17,7 @@ FILESNAME_${F}= texinfo.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
MAN= info.1 install-info.1 makeinfo.1 texindex.1 texi2dvi.1 \
|
||||
info.5 texinfo.5
|
||||
MAN= info.5 texinfo.5
|
||||
|
||||
TEXINFO= info-stnd.texi info.texi texinfo.txi
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:28 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
PROG= info
|
||||
SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \
|
||||
@ -10,8 +10,6 @@ CPPFLAGS+= -I${DIST}/texinfo/info \
|
||||
LDADD+= -ltermcap
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
|
||||
MKMAN= no
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/texinfo/info
|
||||
.PATH: ${DIST}/texinfo/info ${DIST}/texinfo/doc
|
||||
|
@ -1,10 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.3 2001/08/18 14:50:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
PROG= install-info
|
||||
SRCS= install-info.c
|
||||
|
||||
MKMAN= no
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/texinfo/util
|
||||
.PATH: ${DIST}/texinfo/util ${DIST}/texinfo/doc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2001/07/25 16:47:50 assar Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
PROG= makeinfo
|
||||
SRCS= cmds.c defun.c files.c footnote.c \
|
||||
@ -7,8 +7,7 @@ SRCS= cmds.c defun.c files.c footnote.c \
|
||||
sectioning.c toc.c
|
||||
|
||||
CPPFLAGS+= -I${DIST}/texinfo/makeinfo
|
||||
MKMAN= no
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/texinfo/makeinfo
|
||||
.PATH: ${DIST}/texinfo/makeinfo ${DIST}/texinfo/doc
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.2 1999/02/13 23:53:58 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
FILES= texi2dvi
|
||||
FILESMODE= ${BINMODE}
|
||||
MAN= texi2dvi.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/texinfo/util
|
||||
.PATH: ${DIST}/texinfo/util ${DIST}/texinfo/doc
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:29 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/09/02 22:16:58 wiz Exp $
|
||||
|
||||
PROG= texindex
|
||||
SRCS= texindex.c
|
||||
MKMAN= no
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${DIST}/texinfo/util
|
||||
.PATH: ${DIST}/texinfo/util ${DIST}/texinfo/doc
|
||||
|
Loading…
Reference in New Issue
Block a user