summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/doc/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-10-03 03:59:47 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-10-03 03:59:47 +0000
commitfb73a559cadcb45697cb2b9468e334f0075616fe (patch)
treec208e1a4868102de2d89c9d8d9b951826975456e /gnu/usr.bin/binutils/doc/Makefile
parent50cc4492c62efb2f785053c4a34731727726eea8 (diff)
Notes
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 000000000000..1c22a40d599b
--- /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>