GDB: Upgrade version from 7.0 to 7.2
[dragonfly.git] / gnu / usr.bin / gdb / gdb / doc / Makefile
1 RELATIVE=       ../
2
3 .include "../../Makefile.inc"
4
5 SRCDIR=         ${BASEDIR}/gdb/doc
6 READLINEDIR=    ${BASEDIR}/readline/doc
7
8 .PATH:          ${SRCDIR} ${READLINEDIR}
9 MAKEINFOFLAGS+= -I ${READLINEDIR}
10
11 INFO=   gdb gdbint stabs annotate
12
13 INFOSECTION=            "Programming & development tools."
14 INFOENTRY_gdb=          "* GDB.                                 The GNU debugger."
15 INFOENTRY_gdbint=       "* GDB-internals.                       The GNU debugger's internals."
16 INFOENTRY_stabs=        "* Stabs.                               The "stabs" debugging information format."
17 INFOENTRY_annotate=     "* GDB annotation.                      Annotations for the GNU debugger (GDB)."
18
19 CLEANFILES=     gdb-cfg.texi
20
21 gdb.info: gdb.texinfo fdl.texi gpl.texi agentexpr.texi \
22         rluser.texi inc-hist.texinfo \
23         gdb-cfg.texi GDBvn.texi
24
25 gdb-cfg.texi: ${SRCDIR}/all-cfg.texi
26         cp ${SRCDIR}/all-cfg.texi ${.TARGET}
27
28 gdbint.info: gdbint.texinfo fdl.texi observer.texi gdb-cfg.texi GDBvn.texi
29
30 stabs.info: stabs.texinfo fdl.texi
31
32 annotate.info: annotate.texinfo fdl.texi gdb-cfg.texi GDBvn.texi
33
34 .include <bsd.info.mk>