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/guide.dbk | |
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/guide.dbk')
-rw-r--r-- | doc/guide.dbk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.dbk b/doc/guide.dbk index e8a8ae274..80937164e 100644 --- a/doc/guide.dbk +++ b/doc/guide.dbk @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -*- DocBook -*- --> <!DOCTYPE book 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; ]> <book lang="en"> |