NetBSD/gnu/usr.bin/texinfo/Makefile

28 lines
606 B
Makefile
Raw Normal View History

2001-01-09 06:13:39 +03:00
# $NetBSD: Makefile,v 1.6 2001/01/09 03:13:41 lukem 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"
1999-02-11 18:42:13 +03:00
.for F in de.gmo fr.gmo
FILES+= ${F}
FILESDIR_${F}= /usr/share/locale/${F:.gmo=}/LC_MESSAGES
FILESNAME_${F}= texinfo.mo
.endfor
1999-04-08 19:18:00 +04:00
.endif
1999-02-11 18:42:13 +03:00
TEXINFO= info-stnd.texi info.texi texinfo.txi
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/texinfo ${DIST}/texinfo/doc ${DIST}/texinfo/po
.include <bsd.info.mk>
.include <bsd.files.mk>
1999-02-11 18:42:13 +03:00
.include <bsd.subdir.mk>