mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
20 lines
553 B
Makefile
20 lines
553 B
Makefile
# $FreeBSD$
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
|
|
|
|
INFO = readline rluserman
|
|
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
|
INFOENTRY_rluserman= "* Readline: (readline). The GNU readline library API"
|
|
|
|
CLEANFILES += readline.texinfo
|
|
|
|
readline.info: rlman.texinfo rltech.texinfo rluser.texinfo manvers.texinfo
|
|
|
|
readline.texinfo: rlman.texinfo
|
|
cp ${SRCDIR}/rlman.texinfo ${.TARGET}
|
|
|
|
rluserman.info: rluser.texinfo manvers.texinfo
|
|
|
|
.include <bsd.info.mk>
|