diff options
| author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:41:14 +0000 |
|---|---|---|
| committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:41:14 +0000 |
| commit | ae0f6792aa51839fa850e8ecbc5dbc440515dc89 (patch) | |
| tree | eb4bcefefac76eeb94fc5ee697028e15f0b61e68 | |
| parent | 976aabbe0260bc6ccdae6af1b967235c447e7f59 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/gdb/doc/Makefile | 6 |
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> |
