lualoader: Install all manpages

Now that a complete set is written, save for one describing loader.lua,
install all of them. This was not previously done as they were written to
hopefully avoid confusion as bits and pieces of the overall system were
undocumented.
This commit is contained in:
Kyle Evans 2018-08-20 02:40:10 +00:00
parent 75658c965c
commit b991b318d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338086

View File

@ -2,6 +2,16 @@
.include <bsd.init.mk>
MAN= cli.lua.8 \
color.lua.8 \
config.lua.8 \
core.lua.8 \
drawer.lua.8 \
hook.lua.8 \
menu.lua.8 \
password.lua.8 \
screen.lua.8
FILESDIR= /boot/lua
FILES= cli.lua \
color.lua \