From: Nick Mathewson Date: Thu, 6 May 2010 17:26:05 +0000 (-0400) Subject: Stop distributing and installing manpages: they were too inaccurate X-Git-Tag: release-2.0.5-beta~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7731ec882833e3ca660db3875a61432058495a02;p=libevent Stop distributing and installing manpages: they were too inaccurate It would be great to have the manpages come back some time, perhaps from a refactoring of my asciidoc book, but for now the existing manpages were the single worst, most incomplete, and most misleading libevent documentation we had. (Less misleading: the doxygen output, the header files, and my reference book.) --- diff --git a/Makefile.am b/Makefile.am index 303af1d9..ebd180b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,6 @@ PLATFORM_DEPENDENT_SRC = \ arc4random.c EXTRA_DIST = \ - evdns.3 event.3 \ LICENSE \ autogen.sh \ libevent.pc.in \ @@ -168,8 +167,6 @@ nodist_include_HEADERS = event-config.h INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES) -man_MANS = event.3 evdns.3 - verify: check doxygen: FORCE