summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-10 09:57:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-10 09:57:20 +0000
commit5f543405de50b6951ff7731e5e6f8e3ca79c8180 (patch)
tree652df600c90f6adb2ff640dd35b55e62e9a9826a /gnu
parentec805cae0db9d4db7385e29d28fe911d2b3d5765 (diff)
downloadsrc-test2-5f543405de50b6951ff7731e5e6f8e3ca79c8180.tar.gz
src-test2-5f543405de50b6951ff7731e5e6f8e3ca79c8180.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index ba71508b7362..dbfe76b3d964 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -7,17 +7,19 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc
-INFO = as ld annotate gasp gdb gdbint stabs
+INFO = as ld annotate gasp gdb gdbint stabs binutils
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
+INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities."
MAKEINFOFLAGS+= --no-validate
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
+MAKEINFOFLAGS+= -I ${CONTRIBDIR}/binutils/binutils
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig
@@ -30,6 +32,9 @@ gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi remote.texi \
gdb-cfg.texi: all-cfg.texi
ln -sf ${.ALLSRC} ${.TARGET}
+.PATH: ${SRCDIR}/binutils
+binutils.info: binutils.texi config.texi
+
gasver.texi ldver.texi:
echo "@set VERSION ${VERSION}" > ${.TARGET}