diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-07-18 16:42:40 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-08-26 20:49:48 +0200 |
commit | 5abbf5bbb5ee8717f89cac6ef409c4cec79259f6 (patch) | |
tree | 5aa8ffa7b0a7739a356978132d311d21ea69749e /doc/sources.list.5.xml | |
parent | 0d33183f0f6da97984bbc81dfe6d88014f6489ac (diff) |
ensure that all docs use all entities files
Not all are needed for all files at the moment, but the new docbook
building hadn't available some of the entities it used as the files
weren't correctly copied around in all cases and having the same across
the bord makes working with all of them a little easier.
Git-Dch: Ignore
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r-- | doc/sources.list.5.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 4d0c4d502..da4f571b5 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -1,15 +1,9 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - -<!ENTITY % aptent SYSTEM "apt.ent"> -%aptent; - -<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> -%aptverbatiment; - -<!ENTITY % aptvendor SYSTEM "apt-vendor.ent"> -%aptvendor; +<!ENTITY % aptent SYSTEM "apt.ent"> %aptent; +<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> %aptverbatiment; +<!ENTITY % aptvendor SYSTEM "apt-vendor.ent"> %aptvendor; ]> <refentry> |