Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 17:15:32 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r353451 - releng/12.1/lib/libucl
Message-ID:  <201910121715.x9CHFWsl061373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sat Oct 12 17:15:32 2019
New Revision: 353451
URL: https://svnweb.freebsd.org/changeset/base/353451

Log:
  MFS r353450:
   MFC r353348:
    Connect the libucl(3) manual page to the build.
  
  Approved by:	re (kib)
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  releng/12.1/lib/libucl/Makefile
Directory Properties:
  releng/12.1/   (props changed)

Modified: releng/12.1/lib/libucl/Makefile
==============================================================================
--- releng/12.1/lib/libucl/Makefile	Sat Oct 12 01:02:45 2019	(r353450)
+++ releng/12.1/lib/libucl/Makefile	Sat Oct 12 17:15:32 2019	(r353451)
@@ -17,7 +17,8 @@ SRCS=		ucl_emitter_streamline.c \
 		ucl_util.c
 
 .PATH:		${LIBUCL}/src \
-		${LIBUCL}/include
+		${LIBUCL}/include \
+		${LIBUCL}/doc
 
 INCS=		ucl.h
 LIBADD=		m
@@ -27,5 +28,7 @@ CFLAGS+=	-I${LIBUCL}/include \
 		-I${LIBUCL}/src \
 		-I${LIBUCL}/uthash \
 		-I${LIBUCL}/klib
+
+MAN+=		libucl.3
 
 .include <bsd.lib.mk>



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