diff options
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 1 | ||||
-rwxr-xr-x | documentation/mega-manual/mega-manual.xml | 2 | ||||
-rw-r--r-- | documentation/mega-manual/mega-style.css | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl index b52b5b2aa3..33a6e16325 100644 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
@@ -1,4 +1,5 @@ | |||
1 | <?xml version='1.0'?> | 1 | <?xml version='1.0'?> |
2 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | ||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | 3 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> |
3 | 4 | ||
4 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | 5 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index e730f72596..d9912fa442 100755 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | |
5 | 5 | ||
6 | <book id='mega-manual' lang='en' | 6 | <book id='mega-manual' lang='en' |
7 | xmlns:xi="http://www.w3.org/2003/XInclude" | 7 | xmlns:xi="http://www.w3.org/2003/XInclude" |
diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css index cd71eb6425..7748320fb2 100644 --- a/documentation/mega-manual/mega-style.css +++ b/documentation/mega-manual/mega-style.css | |||
@@ -1,4 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | SPDX-License-Identifier: CC-BY-2.0-UK | ||
3 | |||
2 | Generic XHTML / DocBook XHTML CSS Stylesheet. | 4 | Generic XHTML / DocBook XHTML CSS Stylesheet. |
3 | 5 | ||
4 | Browser wrangling and typographic design by | 6 | Browser wrangling and typographic design by |