diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 14:04:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 14:04:08 +0000 |
| commit | c5c68dcde357777dc9e871ac215e17eccbae3b1e (patch) | |
| tree | b883525f03785f9c45ae28c481021ae5edc0698f | |
| parent | 036c2cfbfa1d67fb0358ac291d0ff25522c866b4 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/doc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index 109cf257901d..da0a662bd0ff 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -7,12 +7,11 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc ${GDBDIR}/gdb/mi -INFO = as ld annotate gasp gdb gdbint stabs binutils +INFO = as ld gasp gdb gdbint stabs binutils INFOSECTION= "Programming & development tools." INFOENTRY_as= "* As: (as). The GNU assembler." INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor." INFOENTRY_ld= "* Ld: (ld). The GNU linker." -INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)." INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities." MAKEINFOFLAGS+= --no-validate |
