From 7731ec882833e3ca660db3875a61432058495a02 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 May 2010 13:26:05 -0400 Subject: [PATCH] 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.) --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) 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