Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /
Date: Thu, 26 Dec 2019 20:33:12
Message-Id: 1577383125.a21e370404778ff7ad301e7fc5ca04a6f4f3b772.ulm@gentoo
1 commit: a21e370404778ff7ad301e7fc5ca04a6f4f3b772
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 08:58:13 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 17:58:45 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a21e3704
7
8 devbook.dtd: Remove sup, sub, and path elements.
9
10 These are not supported by devbook.xsl.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 devbook.dtd | 5 +----
15 1 file changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/devbook.dtd b/devbook.dtd
18 index beca012..946a7f1 100644
19 --- a/devbook.dtd
20 +++ b/devbook.dtd
21 @@ -6,7 +6,7 @@
22
23 <!ENTITY % block.class "p|pre|codesample|note|important|warning|todo
24 |figure|table|ul|ol|dl">
25 -<!ENTITY % inline.class "sup|sub|b|c|d|e|path|uri">
26 +<!ENTITY % inline.class "b|c|e|d|uri">
27 <!ENTITY % all.class "%block.class;|%inline.class;">
28
29 <!ELEMENT guide (chapter, include*)>
30 @@ -85,12 +85,9 @@
31 <!-- The following is strange, but devbook.xsl expects only p elements -->
32 <!ELEMENT dd (p)+>
33
34 -<!ELEMENT sup (#PCDATA|%inline.class;)*>
35 -<!ELEMENT sub (#PCDATA|%inline.class;)*>
36 <!ELEMENT b (#PCDATA|%inline.class;)*>
37 <!ELEMENT c (#PCDATA|%inline.class;)*>
38 <!ELEMENT e (#PCDATA|%inline.class;)*>
39 -<!ELEMENT path (#PCDATA|%inline.class;)*>
40 <!ELEMENT d EMPTY>
41
42 <!ELEMENT uri (#PCDATA|%inline.class;)*>