summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/doc/Makefile')
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
new file mode 100644
index 0000000..1c22a40
--- /dev/null
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -0,0 +1,18 @@
+# $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>
OpenPOWER on IntegriCloud