diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-04-09 11:24:57 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-04-09 11:24:57 -0400 |
commit | 682cf3a145dbfea040ccae6e333627f6f48b49f8 (patch) | |
tree | 0f4ea1f28a777a4c3167730c17d8981f6213de68 | |
parent | db2672910d75780b0c3bd9d1b85707f61c74f6f1 (diff) |
masterdb: match libX11 installation directory structure change
i18n/framework
i18n/localedb
i18n/trans
libX11
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | masterdb/masterdb.xml | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/masterdb/masterdb.xml b/masterdb/masterdb.xml index 7480f21..f43c3d5 100644 --- a/masterdb/masterdb.xml +++ b/masterdb/masterdb.xml @@ -61,31 +61,35 @@ listed here. This allows crosslinking between documents. </document> </dir> <dir name="libX11"> - <document targetdoc="libX11" baseuri="libX11.__ext__"> - <xi:include href="libX11.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> - <xi:fallback></xi:fallback> - </xi:include> - </document> - <dir name="framework"> - <document targetdoc="framework" baseuri="framework.__ext__"> - <xi:include href="framework.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> - <xi:fallback></xi:fallback> - </xi:include> - </document> - </dir> - <dir name="localedb"> - <document targetdoc="localedb" baseuri="localedb.__ext__"> - <xi:include href="localedb.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> + <dir name="libX11"> + <document targetdoc="libX11" baseuri="libX11.__ext__"> + <xi:include href="libX11.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> </dir> - <dir name="trans"> - <document targetdoc="trans" baseuri="trans.__ext__"> - <xi:include href="trans.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> - <xi:fallback></xi:fallback> - </xi:include> - </document> + <dir name="i18n"> + <dir name="framework"> + <document targetdoc="framework" baseuri="framework.__ext__"> + <xi:include href="framework.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:fallback></xi:fallback> + </xi:include> + </document> + </dir> + <dir name="localedb"> + <document targetdoc="localedb" baseuri="localedb.__ext__"> + <xi:include href="localedb.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:fallback></xi:fallback> + </xi:include> + </document> + </dir> + <dir name="trans"> + <document targetdoc="trans" baseuri="trans.__ext__"> + <xi:include href="trans.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:fallback></xi:fallback> + </xi:include> + </document> + </dir> </dir> <dir name="XIM"> <document targetdoc="xim" baseuri="xim.__ext__"> |