Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libevent/man now we have evbuffer.h.3 and ebuff...



details:   https://anonhg.NetBSD.org/src/rev/e823c8818412
branches:  trunk
changeset: 821321:e823c8818412
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 01 12:32:54 2017 +0000

description:
now we have evbuffer.h.3 and ebuffer.3 so handle it carefully.

diffstat:

 external/bsd/libevent/man/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r e77bfa4c35c4 -r e823c8818412 external/bsd/libevent/man/Makefile
--- a/external/bsd/libevent/man/Makefile        Wed Feb 01 10:47:13 2017 +0000
+++ b/external/bsd/libevent/man/Makefile        Wed Feb 01 12:32:54 2017 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/01/31 23:49:28 christos Exp $
+# $NetBSD: Makefile,v 1.8 2017/02/01 12:32:54 christos Exp $
 
 # Try to undo the doxygen lossage in the man pages.
 
 HSRCS1= \
-buffer.h.3 \
 buffer_compat.h.3 \
 dns.h.3 \
 dns_compat.h.3 \
@@ -43,6 +42,10 @@
                -e 's/^deprecated/evdeprecated/g' < ${.ALLSRC} > ${.TARGET}
 .endfor
 
+evbuffer.h.3: buffer.h.3
+       cp ${.ALLSRC} ${.TARGET}
+HMAN3=evbuffer.h.3
+
 MAN+= \
 bufferevent.3 \
 bufferevent.h.3 \
@@ -60,9 +63,9 @@
 evutil_monotonic_timer.3
 
 
-MAN+= ${HMAN1} ${HMAN2} ${MAN1}
+MAN+= ${HMAN1} ${HMAN2} ${HMAN3} ${MAN1}
 
-CLEANFILES+=${HMAN1} ${HMAN2} ${MAN1}
+CLEANFILES+=${HMAN1} ${HMAN2} ${HMAN3} ${MAN1}
 
 USETBL=        yes
 



Home | Main Index | Thread Index | Old Index