summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-02-15 13:39:42 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-15 15:02:46 -0500
commit9675aa73c7cb0c918038a7e177895b67ce135bed (patch)
treeca5a4372b07e60cec68420dfd31bf8b433996f6b /src/man
parent6fc8ed945ec08690dbe8845aeb31d5dbf2359587 (diff)
downloadsssd_unused-9675aa73c7cb0c918038a7e177895b67ce135bed.tar.gz
sssd_unused-9675aa73c7cb0c918038a7e177895b67ce135bed.tar.xz
sssd_unused-9675aa73c7cb0c918038a7e177895b67ce135bed.zip
Always include all manpage XML files in the distribution tarball
Diffstat (limited to 'src/man')
-rw-r--r--src/man/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am
index b84f66bb..9e569b4f 100644
--- a/src/man/Makefile.am
+++ b/src/man/Makefile.am
@@ -32,6 +32,7 @@ if HAVE_PROFILE_CATALOGS
XSLTPROC_FLAGS += --stringparam profile.condition "$(CONDS)"
endif
+EXTRA_DIST = $(wildcard $(srcdir)/*.xml) $(wildcard $(srcdir)/include/*.xml)
man_MANS = \
sss_useradd.8 sss_userdel.8 sss_usermod.8 \
sss_groupadd.8 sss_groupdel.8 sss_groupmod.8 \
@@ -39,10 +40,10 @@ man_MANS = \
sssd-krb5.5 sssd-ipa.5 sssd-simple.5 \
sssd_krb5_locator_plugin.8 sss_groupshow.8 \
pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8
+
if BUILD_SSH
- man_MANS += sss_ssh_authorizedkeys.1 sss_ssh_knownhostsproxy.1
+man_MANS += sss_ssh_authorizedkeys.1 sss_ssh_knownhostsproxy.1
endif
-EXTRA_DIST = $(man_MANS:%=%.xml) $(wildcard $(srcdir)/include/*.xml)
SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8
.1.xml.1: