blob: 91508d721f41ea5a71003475564e922ea882552e [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 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 | 9 ---------
8 2 files changed, 10 deletions(-)
9
10diff --git a/Makefile.am b/Makefile.am
11index e9113c2..2fe3d54 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
22diff --git a/configure.ac b/configure.ac
23index 48ee0b2..a1a5fa1 100644
24--- a/configure.ac
25+++ b/configure.ac
26@@ -194,10 +194,6 @@ AC_SUBST(ADDITIONAL_OBJECTS)
27 AC_PATH_PROG(XSLTPROC, xsltproc, no)
28 AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
Brad Bishop6e60e8b2018-02-01 10:27:11 -050029
30-# Check for asciidoc
31-AC_PATH_PROG(A2X, a2x, no)
32-AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
Brad Bishop6e60e8b2018-02-01 10:27:11 -050033-
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080034 # checking xmllint
35 AC_PATH_PROG(XMLLINT, xmllint, no)
36 if test "x$XMLLINT" != "xno"; then
37@@ -219,11 +215,6 @@ src/Makefile
Brad Bishop6e60e8b2018-02-01 10:27:11 -050038 data/Makefile
39 data/templates/Makefile
40 etc/Makefile
41-docs/Makefile
42-docs/man5/Makefile
43-docs/man5/tinyproxy.conf.txt
44-docs/man8/Makefile
45-docs/man8/tinyproxy.txt
46 m4macros/Makefile
47 tests/Makefile
48 tests/scripts/Makefile