[SSSD] [PATCH] Include param_help_py.xml in the list of po4a sources

Jakub Hrozek jhrozek at redhat.com
Tue Oct 2 13:26:34 UTC 2012


We changed the sss_obfuscate man page recently to include param_help_py.xml
instead of param_help.xml which is correct. However, we forgot to include
param_help_py.xml in the list of po4a sources which meant that the
sss_obfuscate man page could not be built translated anymore.
-------------- next part --------------
>From 63fce007824ad59345f90760a05767f2879d1ec6 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 2 Oct 2012 15:19:40 +0200
Subject: [PATCH] Include param_help_py.xml in the list of po4a sources

---
 src/man/po/po4a.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg
index 7017e6aeb177bba72e33f7f4a8d2e281e0347b11..6acaae944a40e1c460905ac5231ab2b47f7fef3c 100644
--- a/src/man/po/po4a.cfg
+++ b/src/man/po/po4a.cfg
@@ -28,6 +28,7 @@
 [type:docbook] include/failover.xml $lang:$(builddir)/$lang/include/failover.xml opt:"-k 0"
 [type:docbook] include/ldap_id_mapping.xml $lang:$(builddir)/$lang/include/ldap_id_mapping.xml opt:"-k 0"
 [type:docbook] include/param_help.xml $lang:$(builddir)/$lang/include/param_help.xml opt:"-k 0"
+[type:docbook] include/param_help_py.xml $lang:$(builddir)/$lang/include/param_help_py.xml opt:"-k 0"
 [type:docbook] include/debug_levels.xml $lang:$(builddir)/$lang/include/debug_levels.xml opt:"-k 0"
 [type:docbook] include/experimental.xml $lang:$(builddir)/$lang/include/experimental.xml opt:"-k 0"
 [type:docbook] include/local.xml $lang:$(builddir)/$lang/include/local.xml opt:"-k 0"
-- 
1.7.11.4



More information about the sssd-devel mailing list