mirror of https://gitee.com/bigwinds/arangodb
remove pod2man
This commit is contained in:
parent
7cb6b7d922
commit
6b84c092eb
|
@ -7,8 +7,6 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
|
|||
ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
|
||||
ev.3 ev.pod Symbols.ev Symbols.event
|
||||
|
||||
man_MANS = ev.3
|
||||
|
||||
include_HEADERS = ev.h ev++.h event.h
|
||||
|
||||
lib_LTLIBRARIES = libev.la
|
||||
|
|
|
@ -768,9 +768,6 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue