From 1327d87ba44cc258f768fad6c51c6cb6b314c030 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 26 Aug 2014 09:20:15 +0200 Subject: [PATCH] add MANSOURCES to EXTRA_DIST on it's own line to not conflict with make release --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 396db5c..fb6359a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,8 @@ check_PROGRAMS = test TESTS = $(check_PROGRAMS) MANSOURCES = pam_yubico.8.txt ykpamcfg.1.txt -EXTRA_DIST = doc/LocalAuthenticationUsingChallengeResponse.txt doc/MacOSXChallengeResponse.txt doc/TwoFactorPAMConfiguration.txt doc/UbuntuFreeRadiusYubiKey.txt doc/YubiKeyAndFreeRADIUSviaPAM.txt doc/YubiKeyAndFreeRADIUSwithsinglefactorauthenticationviaPAM.txt doc/YubiKeyAndOpenVPNviaPAM.txt doc/YubikeyAndRadiusViaPAM.txt doc/Yubikey-and-SELinux-on-Fedora-18-and-up.txt doc/YubikeyAndSSHViaPAM.txt $(MANSOURCES) +EXTRA_DIST = doc/LocalAuthenticationUsingChallengeResponse.txt doc/MacOSXChallengeResponse.txt doc/TwoFactorPAMConfiguration.txt doc/UbuntuFreeRadiusYubiKey.txt doc/YubiKeyAndFreeRADIUSviaPAM.txt doc/YubiKeyAndFreeRADIUSwithsinglefactorauthenticationviaPAM.txt doc/YubiKeyAndOpenVPNviaPAM.txt doc/YubikeyAndRadiusViaPAM.txt doc/Yubikey-and-SELinux-on-Fedora-18-and-up.txt doc/YubikeyAndSSHViaPAM.txt +EXTRA_DIST += $(MANSOURCES) SUFFIXES = .1.txt .1 .8.txt .8 .1.txt.1: