1From b71eb384522b5ce4629dee6e8be257fb4880fef3 Mon Sep 17 00:00:00 2001
2From: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3Date: Thu, 20 Apr 2017 14:25:18 +0200
4
5---
6 Makefile.am  |  1 -
7 configure.ac | 17 -----------------
8 2 files changed, 18 deletions(-)
9
10diff --git a/Makefile.am b/Makefile.am
11index 4a3ead6..a12cb98 100644
12--- a/Makefile.am
13+++ b/Makefile.am
14@@ -2,7 +2,6 @@ SUBDIRS = \
15 	src \
16 	data \
17 	etc \
18-	docs \
19 	m4macros \
20 	tests \
21 	scripts
22diff --git a/configure.ac b/configure.ac
23index 3849383..9f3a633 100644
24--- a/configure.ac
25+++ b/configure.ac
26@@ -179,18 +179,6 @@ AC_SUBST(CPPFLAGS)
27 AC_SUBST(LIBS)
28 AC_SUBST(ADDITIONAL_OBJECTS)
29
30-if test x"$manpage_support_enabled" = x"yes"; then
31-AC_PATH_PROG(POD2MAN, pod2man, no)
32-
33-if test "x$POD2MAN" = "xno" && \
34- ! test -e docs/man5/tinyproxy.conf.5 -a -e docs/man8/tinyproxy.8 ; then
35-AC_MSG_ERROR([
36-  manpage generation requested, but neither pod2man
37-  nor pre-generated manpages found.
38-  Use --disable-manpage-support if you want to compile anyway.])
39-fi
40-fi #manpage_support_enabled
41-
42 AM_CONDITIONAL(HAVE_POD2MAN, test "x$POD2MAN" != "x" -a "x$POD2MAN" != "xno")
43
44 AC_PATH_PROG(GPERF, gperf, no)
45@@ -216,11 +204,6 @@ src/Makefile
46 data/Makefile
47 data/templates/Makefile
48 etc/Makefile
49-docs/Makefile
50-docs/man5/Makefile
51-docs/man5/tinyproxy.conf.txt
52-docs/man8/Makefile
53-docs/man8/tinyproxy.txt
54 m4macros/Makefile
55 tests/Makefile
56 tests/scripts/Makefile
57--
582.25.1
59
60