29356328d3516206a7406dd37dd8623eb4a8be55
[dragonfly.git] / gnu / usr.bin / gdb / gdb / doc / Makefile
1 # $DragonFly: src/gnu/usr.bin/gdb/gdb/doc/Makefile,v 1.2 2008/01/14 21:36:38 corecode Exp $
2
3 RELATIVE=       ../
4
5 .include "../../Makefile.inc"
6
7 SRCDIR=         ${BASEDIR}/gdb/doc
8 READLINEDIR=    ${BASEDIR}/readline/doc
9
10 .PATH:          ${SRCDIR} ${READLINEDIR}
11 MAKEINFOFLAGS+= -I ${READLINEDIR}
12
13 INFO=   gdb gdbint stabs annotate
14
15 INFOSECTION=            "Programming & development tools."
16 INFOENTRY_gdb=          "* GDB.                                 The GNU debugger."
17 INFOENTRY_gdbint=       "* GDB-internals.                       The GNU debugger's internals."
18 INFOENTRY_stabs=        "* Stabs.                               The "stabs" debugging information format."
19 INFOENTRY_annotate=     "* GDB annotation.                      Annotations for the GNU debugger (GDB)."
20
21 CLEANFILES=     gdb-cfg.texi
22
23 gdb.info: gdb.texinfo fdl.texi gpl.texi agentexpr.texi gdb-cfg.texi GDBvn.texi rluser.texi inc-hist.texinfo
24
25 gdb-cfg.texi: ${SRCDIR}/all-cfg.texi
26         cp ${SRCDIR}/all-cfg.texi ${.TARGET}
27
28 gdbint.info: gdbint.texinfo fdl.texi gpl.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
33
34 .include <bsd.info.mk>