summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmacd <jmacd@FreeBSD.org>1997-01-11 03:41:14 +0000
committerjmacd <jmacd@FreeBSD.org>1997-01-11 03:41:14 +0000
commit20e59b0f9da24ecaf910ff88fb73331dbe3e99fd (patch)
treeeb4bcefefac76eeb94fc5ee697028e15f0b61e68
parentff70d2717400e521e47485672703da7af902abe8 (diff)
downloadFreeBSD-src-20e59b0f9da24ecaf910ff88fb73331dbe3e99fd.zip
FreeBSD-src-20e59b0f9da24ecaf910ff88fb73331dbe3e99fd.tar.gz
Same deal.
-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 7adc0a0..f40b7a2 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>
OpenPOWER on IntegriCloud