]> granicus.if.org Git - libevent/commitdiff
Stop distributing and installing manpages: they were too inaccurate
authorNick Mathewson <nickm@torproject.org>
Thu, 6 May 2010 17:26:05 +0000 (13:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 May 2010 17:26:05 +0000 (13:26 -0400)
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.)

Makefile.am

index 303af1d9b84c284356808e1961eb33eae4f87555..ebd180b4c1c1291bffa3de8c83bd60ded2944430 100644 (file)
@@ -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