NetBSD/gnu/usr.bin/texinfo/Makefile

34 lines
745 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2001/07/25 16:47:50 assar 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
MAN= info.1 install-info.1 makeinfo.1 texindex.1 texi2dvi.1 \
info.5 texinfo.5
1999-02-11 18:42:13 +03:00
TEXINFO= info-stnd.texi info.texi texinfo.txi
DIST= ${.CURDIR}/../../dist
INFOFLAGS= -I${DIST}/texinfo/doc
1999-02-11 18:42:13 +03:00
.PATH: ${DIST}/texinfo ${DIST}/texinfo/doc ${DIST}/texinfo/po
.include <bsd.man.mk>
1999-02-11 18:42:13 +03:00
.include <bsd.info.mk>
.include <bsd.files.mk>
1999-02-11 18:42:13 +03:00
.include <bsd.subdir.mk>