1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

disable xmllint for a2x since it seems to cause problems

This commit is contained in:
Klas Lindfors 2015-09-08 09:25:58 +02:00
parent 237ed18b9f
commit 37f8788073

View File

@ -74,10 +74,10 @@ EXTRA_DIST += tests/aux/ykval.pl tests/aux/ldap.pl tests/aux/authfile
SUFFIXES = .1.txt .1 .8.txt .8 SUFFIXES = .1.txt .1 .8.txt .8
.1.txt.1: .1.txt.1:
$(A2X) --format=manpage -a revdate="Version $(VERSION)" $< $(A2X) -L --format=manpage -a revdate="Version $(VERSION)" $<
.8.txt.8: .8.txt.8:
$(A2X) --format=manpage -a revdate="Version $(VERSION)" $< $(A2X) -L --format=manpage -a revdate="Version $(VERSION)" $<
if ENABLE_COV if ENABLE_COV