diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-18 20:59:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-18 20:59:46 +0000 |
| commit | 7ce9c2e938f58f3c74e51bc99e70420f4935ada0 (patch) | |
| tree | 49f70eb7a89a88236c3caaa8a7ee4e9ef9b56e81 | |
| parent | d1728c43cbae5b8f6b440b885920f499ec6188f6 (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 b271f19b0a622..42c178452f2b5 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -4,10 +4,9 @@ .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc -INFO= as ld gasp binutils +INFO= as ld 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_binutils= "* Binutils: (binutils). The GNU Binary Utilities." |
