]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/binutils/doc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / binutils / doc / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc
6
7 INFO=   as ld binutils
8 INFOSECTION=    "Programming & development tools."
9 INFOENTRY_as=   "* As: (as).            The GNU assembler."
10 INFOENTRY_ld=   "* Ld: (ld).            The GNU linker."
11 INFOENTRY_binutils= "* Binutils: (binutils).            The GNU Binary Utilities."
12
13 MAKEINFOFLAGS+= --no-validate
14 MAKEINFOFLAGS+= -I ${SRCDIR}/libiberty
15 MAKEINFOFLAGS+= -I ${SRCDIR}/bfd/doc
16
17 CLEANFILES=     bfdver.texi configdoc.texi config.texi gasver.texi ldver.texi
18
19 as.info:        as.texinfo asconfig.texi bfdver.texi c-i386.texi gasver.texi
20 ld.info:        ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
21
22 configdoc.texi: gen-doc.texi
23         ln -sf ${.ALLSRC} ${.TARGET}
24
25 .PATH: ${SRCDIR}/binutils/doc
26 binutils.info: binutils.texi config.texi
27
28 bfdver.texi config.texi gasver.texi ldver.texi:
29         echo "@set VERSION ${VERSION}" > ${.TARGET}
30
31 .include <bsd.info.mk>