summaryrefslogtreecommitdiffstats
path: root/libev/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libev/Makefile.in')
-rw-r--r--libev/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libev/Makefile.in b/libev/Makefile.in
index 9817a7e..1e15bd8 100644
--- a/libev/Makefile.in
+++ b/libev/Makefile.in
@@ -230,7 +230,7 @@ VERSION_INFO = 4:0:0
EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
ev_vars.h ev_wrap.h \
ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
- ev.3 ev.pod
+ ev.3 ev.pod Symbols.ev Symbols.event
man_MANS = ev.3
include_HEADERS = ev.h ev++.h event.h
@@ -766,6 +766,9 @@ uninstall-man: uninstall-man3
uninstall-libLTLIBRARIES uninstall-man uninstall-man3
+ev.3: ev.pod
+ pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: