From 0532ba1ec247bf19c0b08f1638387dfabcba6faa Mon Sep 17 00:00:00 2001 From: asmodai Date: Sat, 1 Apr 2000 15:30:57 +0000 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index cee6421..d97f040 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} -- cgit v1.1