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 <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Petr Spacek
2016-11-01 12:39:04 +01:00
committed by Martin Babinsky
parent 7282776c05
commit 2f6712893b
3 changed files with 5 additions and 5 deletions

View File

@@ -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 \