Add rule to build ev.3.

master
Emanuele Giaquinta 2011-12-21 18:16:08 +00:00
parent 350a55bba5
commit 0ea9d2b106
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ lib_LTLIBRARIES = libev.la
libev_la_SOURCES = ev.c event.c
libev_la_LDFLAGS = -version-info $(VERSION_INFO)
ev.3: ev.pod
pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@