diff options
| author | kleink <kleink@NetBSD.org> | 1999-04-08 15:18:00 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-04-08 15:18:00 +0000 |
| commit | 9449e4c69475e3f176cffd15403bbcb99d50528a (patch) | |
| tree | 237264bd251f9250384769509d0f477e95398ee9 /gnu/usr.bin | |
| parent | be4160066d39ff1f866ce8c412bbad01adc14061 (diff) | |
Deal with MKSHARE/MKNLS.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/texinfo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile b/gnu/usr.bin/texinfo/Makefile index ec88a8cb7ac..7fb6dd077af 100644 --- a/gnu/usr.bin/texinfo/Makefile +++ b/gnu/usr.bin/texinfo/Makefile @@ -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 |
