diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-21 20:33:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-21 20:33:31 +0000 |
| commit | e216cd60d341d56f3002ef6dc6a577fbed0f9406 (patch) | |
| tree | 99e61917975aa466c49d8879dda19fdc27e99a89 /gnu/usr.bin/binutils/doc/Makefile | |
| parent | 8e6846d3981204871639e876d725deb8c08248cb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/doc/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index 0669e3665270..b6e02e0e73ed 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -7,9 +7,10 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc -INFO = as ld annotate gdb gdbint stabs +INFO = as ld annotate gasp gdb gdbint stabs 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)." |
