freebsd-dev/gnu/usr.bin/binutils/doc/Makefile
John Polstra fb73a559ca Don't build the info pages for the old assembler. Instead, build
and install the info pages for the new assembler and linker.
1998-10-03 03:59:47 +00:00

19 lines
467 B
Makefile

# $Id$
.include "../Makefile.inc0"
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc
INFO = as ld
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
MAKEINFOFLAGS+= --no-validate
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
as.info: as.texinfo asconfig.texi c-i386.texi
ld.info: ld.texinfo bfdsumm.texi
.include <bsd.info.mk>