diff options
Diffstat (limited to 'recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch')
-rw-r--r-- | recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch new file mode 100644 index 00000000..5f9d7718 --- /dev/null +++ b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | From 4cf207ffd64c6f815e62ecbbf25b5a378e707182 Mon Sep 17 00:00:00 2001 | ||
2 | Message-Id: <4cf207ffd64c6f815e62ecbbf25b5a378e707182.1439319694.git.Jim.Somerville@windriver.com> | ||
3 | From: Jim Somerville <Jim.Somerville@windriver.com> | ||
4 | Date: Tue, 11 Aug 2015 14:05:00 -0400 | ||
5 | Subject: [PATCH 1/1] lxc: doc: upgrade to use docbook 3.1 DTD | ||
6 | |||
7 | docbook2man fails to build the man pages in poky | ||
8 | due to missing the ancient Davenport 3.0 DTD. | ||
9 | Poky meta has the Oasis 3.1 version so upgrade | ||
10 | to use that instead. | ||
11 | |||
12 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | ||
13 | --- | ||
14 | configure.ac | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/configure.ac b/configure.ac | ||
18 | index 4972803..2e67b5e 100644 | ||
19 | --- a/configure.ac | ||
20 | +++ b/configure.ac | ||
21 | @@ -179,7 +179,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"]) | ||
22 | AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"]) | ||
23 | |||
24 | if test "x$db2xman" = "xdocbook2man"; then | ||
25 | - docdtd="\"-//Davenport//DTD DocBook V3.0//EN\"" | ||
26 | + docdtd="\"-//OASIS//DTD DocBook V3.1//EN\"" | ||
27 | else | ||
28 | docdtd="\"-//OASIS//DTD DocBook XML\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\"" | ||
29 | fi | ||
30 | -- | ||
31 | 1.8.3.2 | ||
32 | |||