28 lines
606 B
Makefile
28 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/01/09 03:13:41 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= common .WAIT info install-info makeinfo texi2dvi texindex
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILESDIR= /usr/share/misc
|
|
FILES= epsf.tex texinfo.tex
|
|
.endif
|
|
|
|
.if ${MKNLS} != "no"
|
|
.for F in de.gmo fr.gmo
|
|
FILES+= ${F}
|
|
FILESDIR_${F}= /usr/share/locale/${F:.gmo=}/LC_MESSAGES
|
|
FILESNAME_${F}= texinfo.mo
|
|
.endfor
|
|
.endif
|
|
|
|
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>
|
|
.include <bsd.subdir.mk>
|