Fix path to readline docs, since it's now in contrib

This commit is contained in:
Peter Wemm 1997-01-12 06:33:27 +00:00
parent 35d98ca782
commit d42e7f260f

View File

@ -3,6 +3,6 @@ INFO = gdb gdbint stabs annotate
INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
.include <bsd.info.mk>