mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Fix path to readline docs, since it's now in contrib
This commit is contained in:
parent
35d98ca782
commit
d42e7f260f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue