diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-10-20 17:23:11 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-22 13:22:27 -0500 |
commit | 6f51c802311fd81a409a26763ed45b28a3234d0d (patch) | |
tree | a4c151f83668bae7c44cbb35413e6029190c1ee7 /contrib | |
parent | 2a2f642aae37e3f41cbbda162a74c2b946a4521f (diff) | |
download | sssd-6f51c802311fd81a409a26763ed45b28a3234d0d.tar.gz sssd-6f51c802311fd81a409a26763ed45b28a3234d0d.tar.bz2 sssd-6f51c802311fd81a409a26763ed45b28a3234d0d.zip |
Make manual pages translatable
Utilizes PO4A to extract translatable strings from Docbook XML sources
and allows translators to submit ordinary .PO files. PO4A then generates
translated Docbook documents that can be used to generate translated end
user documentation.
https://fedorahosted.org/sssd/ticket/297
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index d1e505b5..0f9ff647 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -73,6 +73,7 @@ BuildRequires: bind-utils BuildRequires: keyutils-libs-devel BuildRequires: libnl-devel BuildRequires: nscd +BuildRequires: po4a %description Provides a set of daemons to manage access to remote directories and @@ -118,6 +119,7 @@ use with ldap_default_authtok_type = obfuscated_password. --disable-rpath make %{?_smp_mflags} +make translated-manpages %check export CK_TIMEOUT_MULTIPLIER=10 |