2001-09-03 03:00:30 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2001/09/02 23:00:30 wiz Exp $
|
1999-04-08 19:18:00 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1999-02-11 18:42:13 +03:00
|
|
|
|
2001-01-09 06:13:39 +03:00
|
|
|
SUBDIR= common .WAIT info install-info makeinfo texi2dvi texindex
|
1999-02-11 18:42:13 +03:00
|
|
|
|
1999-07-24 13:09:10 +04:00
|
|
|
.if ${MKSHARE} != "no"
|
1999-02-11 18:42:13 +03:00
|
|
|
FILESDIR= /usr/share/misc
|
|
|
|
FILES= epsf.tex texinfo.tex
|
1999-07-24 13:09:10 +04:00
|
|
|
.endif
|
1999-02-11 18:42:13 +03:00
|
|
|
|
1999-04-08 19:18:00 +04:00
|
|
|
.if ${MKNLS} != "no"
|
2001-09-03 02:55:58 +04:00
|
|
|
.for F in cs.gmo de.gmo de_AT.gmo eo.gmo fr.gmo nl.gmo no.gmo ru.gmo
|
1999-02-11 18:42:13 +03:00
|
|
|
FILES+= ${F}
|
|
|
|
FILESDIR_${F}= /usr/share/locale/${F:.gmo=}/LC_MESSAGES
|
|
|
|
FILESNAME_${F}= texinfo.mo
|
|
|
|
.endfor
|
2001-09-03 03:00:30 +04:00
|
|
|
# XXX: Do we want to install the following files too?
|
|
|
|
#FILES+= txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-nl.tex \
|
|
|
|
# txi-no.tex txi-pt.tex
|
1999-04-08 19:18:00 +04:00
|
|
|
.endif
|
1999-02-11 18:42:13 +03:00
|
|
|
|
2001-09-03 02:16:58 +04:00
|
|
|
MAN= info.5 texinfo.5
|
2001-07-25 20:47:50 +04:00
|
|
|
|
1999-02-11 18:42:13 +03:00
|
|
|
TEXINFO= info-stnd.texi info.texi texinfo.txi
|
|
|
|
|
|
|
|
DIST= ${.CURDIR}/../../dist
|
2001-07-25 20:47:50 +04:00
|
|
|
INFOFLAGS= -I${DIST}/texinfo/doc
|
|
|
|
|
1999-02-11 18:42:13 +03:00
|
|
|
.PATH: ${DIST}/texinfo ${DIST}/texinfo/doc ${DIST}/texinfo/po
|
|
|
|
|
2001-07-25 20:47:50 +04:00
|
|
|
.include <bsd.man.mk>
|
1999-02-11 18:42:13 +03:00
|
|
|
.include <bsd.info.mk>
|
2000-06-11 17:07:49 +04:00
|
|
|
.include <bsd.files.mk>
|
1999-02-11 18:42:13 +03:00
|
|
|
.include <bsd.subdir.mk>
|