NetBSD/gnu/usr.bin/texinfo/Makefile

37 lines
1.0 KiB
Makefile
Raw Normal View History

2004-07-13 03:45:26 +04:00
# $NetBSD: Makefile,v 1.18 2004/07/12 23:45:26 wiz Exp $
1999-04-08 19:18:00 +04:00
.include <bsd.own.mk>
1999-02-11 18:42:13 +03:00
SUBDIR= common .WAIT info infokey 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
2004-07-13 03:45:26 +04:00
FILES= epsf.tex texinfo.cat texinfo.dtd texinfo.tex texinfo.xsl
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"
.for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
2004-07-13 03:45:26 +04:00
nb.gmo nl.gmo no.gmo pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo zh_CN.gmo zh_TW.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
# XXX: Do we want to install the following files too?
#FILES+= txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex txi-it.tex \
2003-02-13 12:01:13 +03:00
# txi-nl.tex txi-no.tex txi-pt.tex txi-tr.tex
1999-04-08 19:18:00 +04:00
.endif
1999-02-11 18:42:13 +03:00
MAN= info.5 texinfo.5
1999-02-11 18:42:13 +03:00
TEXINFO= info-stnd.texi info.texi texinfo.txi
DIST= ${NETBSDSRCDIR}/gnu/dist
IDIST= ${DIST}/texinfo
INFOFLAGS= -I${IDIST}/doc
2004-07-13 03:45:26 +04:00
.PATH: ${IDIST} ${IDIST}/doc ${IDIST}/makeinfo ${IDIST}/po ${IDIST}/util
1999-02-11 18:42:13 +03:00
.include <bsd.info.mk>
.include <bsd.prog.mk>
1999-02-11 18:42:13 +03:00
.include <bsd.subdir.mk>