diff options
author | rbuj <[email protected]> | 2019-03-15 02:42:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-20 16:53:56 +0100 |
commit | 2c9cdcf700ce4f4957342a575aa6271323dc3b27 (patch) | |
tree | a37c1a05a39b5c8e8dea70680b944957c8cc2a02 /help | |
parent | 570a3be6b5aa544c631323828986ad4af24dbe11 (diff) | |
download | mate-power-manager-2c9cdcf700ce4f4957342a575aa6271323dc3b27.tar.bz2 mate-power-manager-2c9cdcf700ce4f4957342a575aa6271323dc3b27.tar.xz |
Help: Use XInclude instead of ENTITY for legal.xml
The legal ENTITY is expanded in i18n process, and legal.xml file
is never read. GFDL ENTITY is not used.
Diffstat (limited to 'help')
-rw-r--r-- | help/C/index.docbook | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 8f1ca2f..fb0fa61 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1,8 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ - <!ENTITY legal SYSTEM "legal.xml"> - <!ENTITY GFDL SYSTEM "fdl-appendix.xml"> <!ENTITY app "MATE Power Manager"> <!ENTITY application "<application>&app;</application>"> <!ENTITY appversion "1.10.0"> @@ -57,10 +55,7 @@ <publishername>Richard Hughes</publishername> </publisher> - &legal; - <!-- This file contains link to license for the documentation (GNU FDL), and - other legal stuff such as "NO WARRANTY" statement. Please do not change - any of this. --> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="legal.xml"/> <authorgroup> <author role="maintainer"> |