diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-21 20:33:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-21 20:33:31 +0000 |
commit | a9d506d5fbff9a4ada4bf0bfe072468589f552fd (patch) | |
tree | a9589f8c5b9ed5253b11dfe20855d94b0ce90b2c /gnu | |
parent | 5173717f8592d1b493f9b6d0eb495db86be2bcee (diff) | |
download | FreeBSD-src-a9d506d5fbff9a4ada4bf0bfe072468589f552fd.zip FreeBSD-src-a9d506d5fbff9a4ada4bf0bfe072468589f552fd.tar.gz |
Build and install gasp's infodocs along side the other binutil docs rather
than seperately.
Pointed out by: bde
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/doc/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gasp/doc/Makefile | 16 |
3 files changed, 2 insertions, 19 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index 0669e36..b6e02e0 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)." diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index a272155..96e3576 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -6,8 +6,6 @@ .PATH: ${SRCDIR}/gas -SUBDIR= doc - PROG= gasp SRCS+= gasp.c macro.c sb.c hash.c CFLAGS+= -I${SRCDIR} diff --git a/gnu/usr.bin/binutils/gasp/doc/Makefile b/gnu/usr.bin/binutils/gasp/doc/Makefile deleted file mode 100644 index 093d78c..0000000 --- a/gnu/usr.bin/binutils/gasp/doc/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -.include "../../Makefile.inc0" - -RELTOP:= ../.. - -.PATH: ${SRCDIR}/gas/doc - -INFO= gasp - -INFOSECTION= "GASP Documentation" -INFOENTRY= "* gasp: (gasp). The GNU Assembler Macro Preprocessor." - -MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc - -.include <bsd.info.mk> |