Build and install gasp's infodocs along side the other binutil docs rather

than seperately.

Pointed out by:	bde
This commit is contained in:
David E. O'Brien 2000-02-21 20:33:31 +00:00
parent 8e6846d398
commit e216cd60d3
3 changed files with 2 additions and 19 deletions

View File

@ -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)."

View File

@ -6,8 +6,6 @@
.PATH: ${SRCDIR}/gas
SUBDIR= doc
PROG= gasp
SRCS+= gasp.c macro.c sb.c hash.c
CFLAGS+= -I${SRCDIR}

View File

@ -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>