Simplify it using SRCDIR

This commit is contained in:
Andrey A. Chernov 1997-01-16 17:58:14 +00:00
parent 713aa001e2
commit 1d31680ea6

View File

@ -1,13 +1,11 @@
INFO = gdb gdbint stabs annotate
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/doc
SRCDIR= ${.CURDIR}/../../../../contrib/gdb/gdb/doc
INFOSECTION= "Gdb Documentation"
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
MAKEINFOFLAGS += -I ${GDBDIR}/gdb/doc
MAKEINFOFLAGS += -I ${GDBDIR}/../libreadline/doc
MAKEINFOFLAGS += -I ${GDBDIR}/readline/doc
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
MAKEINFOFLAGS += -I ${SRCDIR}/../../readline/doc
.include <bsd.info.mk>