Deal with MKSHARE/MKNLS.
This commit is contained in:
parent
be4160066d
commit
9449e4c694
@ -1,15 +1,21 @@
|
||||
# $NetBSD: Makefile,v 1.1 1999/02/11 15:42:13 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/04/08 15:18:00 kleink Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= common 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user