Simplify it using SRCDIR
This commit is contained in:
parent
713aa001e2
commit
1d31680ea6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user