mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
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:
parent
7282776c05
commit
2f6712893b
@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.7
|
|||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
man1_MANS = \
|
dist_man1_MANS = \
|
||||||
ipa-getkeytab.1 \
|
ipa-getkeytab.1 \
|
||||||
ipa-rmkeytab.1 \
|
ipa-rmkeytab.1 \
|
||||||
ipa-client-install.1 \
|
ipa-client-install.1 \
|
||||||
@ -13,7 +13,7 @@ man1_MANS = \
|
|||||||
ipa-join.1 \
|
ipa-join.1 \
|
||||||
ipa.1
|
ipa.1
|
||||||
|
|
||||||
man5_MANS = \
|
dist_man5_MANS = \
|
||||||
default.conf.5
|
default.conf.5
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
|
@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.7
|
|||||||
|
|
||||||
NULL=
|
NULL=
|
||||||
|
|
||||||
man1_MANS = \
|
dist_man1_MANS = \
|
||||||
ipa-replica-conncheck.1 \
|
ipa-replica-conncheck.1 \
|
||||||
ipa-replica-install.1 \
|
ipa-replica-install.1 \
|
||||||
ipa-replica-manage.1 \
|
ipa-replica-manage.1 \
|
||||||
@ -29,7 +29,7 @@ man1_MANS = \
|
|||||||
ipa-winsync-migrate.1 \
|
ipa-winsync-migrate.1 \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
man8_MANS = \
|
dist_man8_MANS = \
|
||||||
ipactl.8 \
|
ipactl.8 \
|
||||||
ipa-upgradeconfig.8 \
|
ipa-upgradeconfig.8 \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.7
|
|||||||
|
|
||||||
NULL=
|
NULL=
|
||||||
|
|
||||||
man1_MANS = \
|
dist_man1_MANS = \
|
||||||
ipa-run-tests.1 \
|
ipa-run-tests.1 \
|
||||||
ipa-test-config.1 \
|
ipa-test-config.1 \
|
||||||
ipa-test-task.1 \
|
ipa-test-task.1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user