svn commit: r353450 - in stable: 11/lib/libucl 12/lib/libucl

Glen Barber gjb at FreeBSD.org
Sat Oct 12 01:02:46 UTC 2019


Author: gjb
Date: Sat Oct 12 01:02:45 2019
New Revision: 353450
URL: https://svnweb.freebsd.org/changeset/base/353450

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

Modified:
  stable/11/lib/libucl/Makefile
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/lib/libucl/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/lib/libucl/Makefile
==============================================================================
--- stable/11/lib/libucl/Makefile	Fri Oct 11 21:28:02 2019	(r353449)
+++ stable/11/lib/libucl/Makefile	Sat Oct 12 01:02:45 2019	(r353450)
@@ -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-all mailing list