From 2f6712893be5e66260a169c367a4607be6043d11 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Tue, 1 Nov 2016 12:39:04 +0100 Subject: Build: fix man page distribution By default automake does not distribute man pages. This marks then with dist_ prefix to force their distribution in tarball. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- ipatests/man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests') diff --git a/ipatests/man/Makefile.am b/ipatests/man/Makefile.am index fcd3d1d36..23a91f0a5 100644 --- a/ipatests/man/Makefile.am +++ b/ipatests/man/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.7 NULL= -man1_MANS = \ +dist_man1_MANS = \ ipa-run-tests.1 \ ipa-test-config.1 \ ipa-test-task.1 \ -- cgit