mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Simplify it using SRCDIR
This commit is contained in:
parent
713aa001e2
commit
1d31680ea6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21778
@ -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