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.)
This commit is contained in:
Nick Mathewson 2010-05-06 13:26:05 -04:00
parent c16e68448c
commit 7731ec8828

View File

@ -47,7 +47,6 @@ PLATFORM_DEPENDENT_SRC = \
arc4random.c arc4random.c
EXTRA_DIST = \ EXTRA_DIST = \
evdns.3 event.3 \
LICENSE \ LICENSE \
autogen.sh \ autogen.sh \
libevent.pc.in \ libevent.pc.in \
@ -168,8 +167,6 @@ nodist_include_HEADERS = event-config.h
INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES) INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES)
man_MANS = event.3 evdns.3
verify: check verify: check
doxygen: FORCE doxygen: FORCE