Build and install gasp's infodocs along side the other binutil docs rather
than seperately. Pointed out by: bde
This commit is contained in:
parent
8e6846d398
commit
e216cd60d3
@ -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)."
|
||||
|
||||
|
@ -6,8 +6,6 @@
|
||||
|
||||
.PATH: ${SRCDIR}/gas
|
||||
|
||||
SUBDIR= doc
|
||||
|
||||
PROG= gasp
|
||||
SRCS+= gasp.c macro.c sb.c hash.c
|
||||
CFLAGS+= -I${SRCDIR}
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user