svn commit: r353451 - releng/12.1/lib/libucl

Glen Barber gjb at FreeBSD.org
Sat Oct 12 17:15:33 UTC 2019


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>


More information about the svn-src-releng mailing list