svn commit: r353348 - head/lib/libucl

Glen Barber gjb at FreeBSD.org
Wed Oct 9 15:35:22 UTC 2019


Author: gjb
Date: Wed Oct  9 15:35:22 2019
New Revision: 353348
URL: https://svnweb.freebsd.org/changeset/base/353348

Log:
  Connect the libucl(3) manual page to the build.
  
  MFC after:	3 days
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/lib/libucl/Makefile

Modified: head/lib/libucl/Makefile
==============================================================================
--- head/lib/libucl/Makefile	Wed Oct  9 14:35:09 2019	(r353347)
+++ head/lib/libucl/Makefile	Wed Oct  9 15:35:22 2019	(r353348)
@@ -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-head mailing list