summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/doc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/doc/Makefile b/gnu/usr.bin/gdb/doc/Makefile
index 7adc0a0e71ea..f40b7a21f2f1 100644
--- a/gnu/usr.bin/gdb/doc/Makefile
+++ b/gnu/usr.bin/gdb/doc/Makefile
@@ -1,4 +1,8 @@
INFO = gdb gdbint stabs annotate
-MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
+
+INFOSECTION= "Gdb Documentation"
+INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
+
+MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc
.include <bsd.info.mk>