Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3lua Fix typo in Makefile to fix b...



details:   https://anonhg.NetBSD.org/src/rev/9a87f431732f
branches:  trunk
changeset: 318584:9a87f431732f
user:      htodd <htodd%NetBSD.org@localhost>
date:      Mon Apr 30 05:23:08 2018 +0000
description:
Fix typo in Makefile to fix build.

diffstat:

 share/man/man3lua/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r a64afc307a6d -r 9a87f431732f share/man/man3lua/Makefile
--- a/share/man/man3lua/Makefile        Mon Apr 30 05:04:34 2018 +0000
+++ b/share/man/man3lua/Makefile        Mon Apr 30 05:23:08 2018 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2018/04/30 01:10:13 sevan Exp $
+#      $NetBSD: Makefile,v 1.6 2018/04/30 05:23:08 htodd Exp $
 
-MAN=   gpio.3lua intro.3lua netpgp3.lua sqlite.3lua syslog.3lua
+MAN=   gpio.3lua intro.3lua netpgp.3lua sqlite.3lua syslog.3lua
 
 MLINKS+=gpio.3lua gpio.open.3lua \
        gpio.3lua gpio.info.3lua \



Home | Main Index | Thread Index | Old Index