freebsd-dev/gnu/usr.bin/gdb/doc/Makefile

25 lines
680 B
Makefile
Raw Normal View History

# $Id$
1997-01-11 03:41:14 +00:00
INFO= annotate gdb gdbint stabs
CONTRIBDIR= ${.CURDIR}/../../../../contrib
SRCDIR= ${CONTRIBDIR}/gdb/gdb/doc
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig
1997-01-11 03:41:14 +00:00
INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi remote.texi \
rluser.texinfo inc-hist.texi
gdb-cfg.texi: all-cfg.texi
ln -sf ${.ALLSRC} ${.TARGET}
.PATH: ${CONTRIBDIR}/libreadline/doc
inc-hist.texi: hsuser.texinfo inc-hist.diff
cp ${.ALLSRC:M*.texinfo} ${.TARGET}
patch -b .orig < ${.ALLSRC:M*.diff}
1995-01-11 16:29:45 +00:00
.include <bsd.info.mk>