summaryrefslogtreecommitdiffhomepage
path: root/docs/man5
diff options
context:
space:
mode:
authorGreg <gmp@wow.st>2016-12-27 13:53:02 -0500
committerGreg <gmp@wow.st>2017-01-04 09:18:20 -0500
commit802a6aa93fe80d10c9d5f4b95fde30239ef6e6ed (patch)
tree273c08adb6d5cfdcedfe753bdee9e7222aeb1043 /docs/man5
parente541456ee75fae1ad3f9fd9c8016d2623eb4b80c (diff)
Added conditional for xmllint by testing "a2x" without the -L flag.
Diffstat (limited to 'docs/man5')
-rw-r--r--docs/man5/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/man5/Makefile.am b/docs/man5/Makefile.am
index 8143932..f64636a 100644
--- a/docs/man5/Makefile.am
+++ b/docs/man5/Makefile.am
@@ -1,9 +1,11 @@
MAN5_FILES = \
tinyproxy.conf.txt
-A2X_ARGS = \
- -d manpage \
- -f manpage
+if HAVE_XMLLINT
+A2X_ARGS = -d manpage -f manpage
+else
+A2X_ARGS = -d manpage -f manpage -L
+endif
man_MANS = \
$(MAN5_FILES:.txt=.5)