Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/texinfo Deal with MKSHARE/MKNLS.



details:   https://anonhg.NetBSD.org/src/rev/a554e9d8f7cf
branches:  trunk
changeset: 471704:a554e9d8f7cf
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Apr 08 15:18:00 1999 +0000

description:
Deal with MKSHARE/MKNLS.

diffstat:

 gnu/usr.bin/texinfo/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 728b98d2cbb1 -r a554e9d8f7cf gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Thu Apr 08 13:55:37 1999 +0000
+++ b/gnu/usr.bin/texinfo/Makefile      Thu Apr 08 15:18:00 1999 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index