Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2018 02:40:10 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338086 - head/stand/lua
Message-ID:  <201808200240.w7K2eAoR031542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Aug 20 02:40:10 2018
New Revision: 338086
URL: https://svnweb.freebsd.org/changeset/base/338086

Log:
  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.

Modified:
  head/stand/lua/Makefile

Modified: head/stand/lua/Makefile
==============================================================================
--- head/stand/lua/Makefile	Mon Aug 20 02:37:24 2018	(r338085)
+++ head/stand/lua/Makefile	Mon Aug 20 02:40:10 2018	(r338086)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808200240.w7K2eAoR031542>