Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/gnu/usr.bin/texinfo Pull up rev. 1.2; approved by perry.
details: https://anonhg.NetBSD.org/src/rev/75ce31955ad8
branches: netbsd-1-4
changeset: 468135:75ce31955ad8
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Apr 09 13:54:36 1999 +0000
description:
Pull up rev. 1.2; approved by perry.
diffstat:
gnu/usr.bin/texinfo/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 740d4cd717b8 -r 75ce31955ad8 gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile Fri Apr 09 04:26:28 1999 +0000
+++ b/gnu/usr.bin/texinfo/Makefile Fri Apr 09 13:54:36 1999 +0000
@@ -1,15 +1,21 @@
-# $NetBSD: Makefile,v 1.1 1999/02/11 15:42:13 tv Exp $
+# $NetBSD: Makefile,v 1.1.2.1 1999/04/09 13:54:36 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