summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
authorroot <root>2007-11-13 03:11:57 +0000
committerroot <root>2007-11-13 03:11:57 +0000
commitc9877299894353b8aa7442192b15991de9d4767d (patch)
tree7117102557435ae1238d2d5af012308a1a561e49 /import_libevent
parent1fb0a278db3f57899f7eb970a4fde56377b6d9c0 (diff)
add manpage to distro and install it
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent3
1 files changed, 2 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent
index 04d107f..45f89aa 100755
--- a/import_libevent
+++ b/import_libevent
@@ -69,7 +69,8 @@ perl -ne '
s/\bevent-internal.h\b//g;
s/\bevsignal.h\b//g;
s/-Wall//;
- s/^(EXTRA_DIST\s*=\s*)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_win32.c /;
+ s/^(man_MANS\s*=\s*)/$1 ev.3 /;
+ s/^(EXTRA_DIST\s*=\s*)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_win32.c ev.3 ev.pod ev.html /;
s/^(include_HEADERS\s*=\s*)/$1 ev.h event_compat.h /;
s/^(libevent_la_SOURCES\s*=\s*)/$1 ev.c /;
s/^(libevent_la_LIBADD\s*=\s*)/$1 -lm /;