mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor)
20 lines
559 B
Makefile
20 lines
559 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.texi
|
|
|
|
readline.info: rlman.texi rluser.texi rltech.texi version.texi fdl.texi
|
|
|
|
readline.texi: rlman.texi
|
|
cp -f ${SRCDIR}/rlman.texi ${.TARGET}
|
|
|
|
rluserman.info: rluserman.texi version.texi rluser.texi fdl.texi
|
|
|
|
.include <bsd.info.mk>
|