aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-15 12:27:02 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-15 12:27:02 +0000
commit55b72e5b6ac593f5da7645638047ec57b0167884 (patch)
tree7326af789a32f12bc1e52f543ea186f2c38da34d /gnu/usr.bin/texinfo
parent8dc551cdd63371fb4f982a79165e828d7f870100 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/makeinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile
index 117c651aa811..2037f4c09011 100644
--- a/gnu/usr.bin/texinfo/makeinfo/Makefile
+++ b/gnu/usr.bin/texinfo/makeinfo/Makefile
@@ -1,11 +1,11 @@
-# $Id$
+# $Id: Makefile,v 1.8 1999/01/14 20:00:46 markm Exp $
PROG= makeinfo
NOMAN= yes
SRCS= makeinfo.c multi.c
CFLAGS+= -DHAVE_CONFIG_H
-CFLAGS+= -DLOCALEDIR=\"/usr/share/local\"
+CFLAGS+= -DLOCALEDIR=\"/usr/share/locale\"
CFLAGS+= -I${TXIDIR}/makeinfo -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
DPADD= ${LIBTXI} ${LIBINTL}