diff options
author | rbuj <[email protected]> | 2019-03-14 11:19:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-20 15:56:55 +0100 |
commit | c18a519dc398c17e72dde48b2f62863ae4f5549c (patch) | |
tree | 0ff8474efb1a32bb179b525a4f91015f291ddc1b /battstat/docs/C | |
parent | 28728e9f596c3c7e4d0c420849c2a00fd62eb0b0 (diff) | |
download | mate-applets-c18a519dc398c17e72dde48b2f62863ae4f5549c.tar.bz2 mate-applets-c18a519dc398c17e72dde48b2f62863ae4f5549c.tar.xz |
Help: Use XInclude instead of ENTITY for legal.xml
The ENTITY is expanded in i18n process, and legal.xml file
is never read.
Diffstat (limited to 'battstat/docs/C')
-rw-r--r-- | battstat/docs/C/index.docbook | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/battstat/docs/C/index.docbook b/battstat/docs/C/index.docbook index 361d2bfa..d2bfd2f5 100644 --- a/battstat/docs/C/index.docbook +++ b/battstat/docs/C/index.docbook @@ -1,7 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - <!ENTITY legal SYSTEM "legal.xml"> <!ENTITY appletversion "1.10.2"> <!ENTITY applet "Battery Charge Monitor"> ]> @@ -66,10 +65,7 @@ <publishername> GNOME Documentation Project </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 href="legal.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <authorgroup> <author> |