]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/binutils/doc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 gasp binutils
8 INFOSECTION=    "Programming & development tools."
9 INFOENTRY_as=   "* As: (as).            The GNU assembler."
10 INFOENTRY_gasp= "* Gasp: (gasp).        The GNU Assembler Macro Preprocessor."
11 INFOENTRY_ld=   "* Ld: (ld).            The GNU linker."
12 INFOENTRY_binutils= "* Binutils: (binutils).            The GNU Binary Utilities."
13
14 MAKEINFOFLAGS+= --no-validate
15 MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
16 MAKEINFOFLAGS+= -I ${SRCDIR}/binutils
17
18 CLEANFILES=     configdoc.texi config.texi gasver.texi ldver.texi
19
20 as.info:        as.texinfo asconfig.texi c-i386.texi gasver.texi
21 ld.info:        ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
22
23 configdoc.texi: gen-doc.texi
24         ln -sf ${.ALLSRC} ${.TARGET}
25
26 .PATH: ${SRCDIR}/binutils/doc
27 binutils.info: binutils.texi config.texi
28
29 config.texi gasver.texi ldver.texi:
30         echo "@set VERSION ${VERSION}" > ${.TARGET}
31
32 .include <bsd.info.mk>