aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-08-20 02:40:10 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-08-20 02:40:10 +0000
commitb991b318d40c221f39b54333f0725900c48f9020 (patch)
tree6ff3d896338a9cabaa961c1378ab74ae07a3911f /stand
parent75658c965ce860beb7bed9b0afa003df93bba877 (diff)
downloadsrc-b991b318d40c221f39b54333f0725900c48f9020.tar.gz
src-b991b318d40c221f39b54333f0725900c48f9020.zip
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.
Notes
Notes: svn path=/head/; revision=338086
Diffstat (limited to 'stand')
-rw-r--r--stand/lua/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/stand/lua/Makefile b/stand/lua/Makefile
index d48cccca8979..6e7019603ae4 100644
--- a/stand/lua/Makefile
+++ b/stand/lua/Makefile
@@ -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 \