From 2f694bd90ecd5c9bb133aba5c356a05364a7c13e Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sat, 1 Apr 2000 15:30:57 +0000 Subject: [PATCH] Add additional path for info to /usr/X11R6/info. This will allow people to actually look at the info files for gdk and gtk for example. --- gnu/usr.bin/texinfo/info/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index cee6421534c..d97f040598b 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -9,7 +9,7 @@ SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \ infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \ signals.c terminal.c tilde.c variables.c window.c -CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:.\" +CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:/usr/X11R6/info:.\" DPADD+= ${LIBTERMCAP} ${LIBTXI} LDADD+= -ltermcap ${LIBTXI}