summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1997-01-11 03:41:14 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1997-01-11 03:41:14 +0000
commitae0f6792aa51839fa850e8ecbc5dbc440515dc89 (patch)
treeeb4bcefefac76eeb94fc5ee697028e15f0b61e68 /gnu
parent976aabbe0260bc6ccdae6af1b967235c447e7f59 (diff)
Notes
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>