diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-24 18:54:32 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-11-09 07:56:28 +0100 |
commit | 906455c6a2b0f0dfd12efc1e44d51f2d469c3442 (patch) | |
tree | 2e9680016bf33c0f10d1ed61b066664a290ff953 /tools-reference/ekeyword | |
parent | devbook.xsl: Test for include instead of contentsTree in dropdown menu (diff) | |
download | devmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.tar.gz devmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.tar.bz2 devmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.zip |
Rename the document element from "guide" to "devbook"
The "guide" document element is ambiguous with the previously used
GuideXML format. Now that DevBook XML has a schema, this confuses
Emacs nXML mode (which uses the document element to locate a schema),
e.g. when visiting old GuideXML documentation files.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference/ekeyword')
-rw-r--r-- | tools-reference/ekeyword/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools-reference/ekeyword/text.xml b/tools-reference/ekeyword/text.xml index 3a294d2..80534f5 100644 --- a/tools-reference/ekeyword/text.xml +++ b/tools-reference/ekeyword/text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<guide self="tools-reference/ekeyword/"> +<devbook self="tools-reference/ekeyword/"> <chapter> <title><c>ekeyword</c> — keywording</title> <body> @@ -19,4 +19,4 @@ for details. </body> </chapter> -</guide> +</devbook> |