mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Upgrade to 5.0
This commit is contained in:
parent
e33662c6c4
commit
e1d0efc09d
2 changed files with 6 additions and 8 deletions
|
|
@ -7,8 +7,6 @@ INFO = history
|
|||
INFOSECTION= "Programming & development tools."
|
||||
INFOENTRY_history= "* History: (history). The GNU History library."
|
||||
|
||||
SRCS= hist.texinfo
|
||||
|
||||
history.info: hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo
|
||||
history.info: history.texi hstech.texi hsuser.texi version.texi fdl.texi
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ INFOSECTION= "Programming & development tools."
|
|||
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
||||
INFOENTRY_rluserman= "* Readline: (readline). The GNU readline library API"
|
||||
|
||||
CLEANFILES += readline.texinfo
|
||||
CLEANFILES += readline.texi
|
||||
|
||||
readline.info: rlman.texinfo rltech.texinfo rluser.texinfo manvers.texinfo
|
||||
readline.info: rlman.texi rluser.texi rltech.texi version.texi fdl.texi
|
||||
|
||||
readline.texinfo: rlman.texinfo
|
||||
cp ${SRCDIR}/rlman.texinfo ${.TARGET}
|
||||
readline.texi: rlman.texi
|
||||
cp ${SRCDIR}/rlman.texi ${.TARGET}
|
||||
|
||||
rluserman.info: rluser.texinfo manvers.texinfo
|
||||
rluserman.info: rluserman.texi version.texi rluser.texi fdl.texi
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue