diff options
author | Jonathan Liu <net147@gmail.com> | 2013-05-31 12:15:51 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-03 16:58:13 +0100 |
commit | 96e832484b7676ce8ce45b9a170b479dc9aa5b6e (patch) | |
tree | 512eb8d9d399ba48dae482512b9cb9fd299bb22e /meta/recipes-extended/findutils | |
parent | 19d076df454aaa1357c8b0a585e7a5b1eecd3137 (diff) | |
download | poky-96e832484b7676ce8ce45b9a170b479dc9aa5b6e.tar.gz |
findutils: backport more fixes for documentation build errors
(From OE-Core master rev: bb6e59e58033edac509d449b4be916ad6a0a5ad1)
(From OE-Core rev: dd08ebd1d318c27673ab684b864f25588476e831)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r-- | meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch index 8469b8d84e..a48cdc221c 100644 --- a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch +++ b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch | |||
@@ -1,6 +1,17 @@ | |||
1 | Fix documentation build errors | 1 | Fix documentation build errors |
2 | 2 | ||
3 | This fixes the following errors building the findutils documentation: | 3 | This fixes the following errors building the findutils documentation: |
4 | find-maint.texi:45: misplaced { | ||
5 | find-maint.texi:45: misplaced } | ||
6 | find-maint.texi:236: warning: node next `Make the Compiler Find the Bugs' in menu `The File System Is Being Modified' and in sectioning `Factor Out Repeated Code' differ | ||
7 | find-maint.texi:335: warning: node `Debugging is For Users Too' is next for `Factor Out Repeated Code' in sectioning but not in menu | ||
8 | find-maint.texi:335: warning: node prev `Factor Out Repeated Code' in menu `Debugging is For Users Too' and in sectioning `Make the Compiler Find the Bugs' differ | ||
9 | find-maint.texi:378: warning: node next `Debugging is For Users Too' in menu `Factor Out Repeated Code' and in sectioning `Don't Trust the File System Contents' differ | ||
10 | find-maint.texi:378: warning: node prev `Debugging is For Users Too' in menu `Don't Trust the File System Contents' and in sectioning `Factor Out Repeated Code' differ | ||
11 | find-maint.texi:392: warning: node next `Don't Trust the File System Contents' in menu `Debugging is For Users Too' and in sectioning `The File System Is Being Modified' differ | ||
12 | find-maint.texi:392: warning: node prev `Don't Trust the File System Contents' in menu `The File System Is Being Modified' and in sectioning `Debugging is For Users Too' differ | ||
13 | find-maint.texi:417: warning: node `Don't Trust the File System Contents' is next for `The File System Is Being Modified' in menu but not in sectioning | ||
14 | find-maint.texi:417: warning: node prev `The File System Is Being Modified' in menu `Make the Compiler Find the Bugs' and in sectioning `Don't Trust the File System Contents' differ | ||
4 | find.texi:53: misplaced { | 15 | find.texi:53: misplaced { |
5 | find.texi:53: misplaced } | 16 | find.texi:53: misplaced } |
6 | find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning | 17 | find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning |
@@ -12,6 +23,29 @@ find.texi:1893: node `Time Formats' lacks menu item for `Formatting Flags' despi | |||
12 | Upstream-Status: Backport | 23 | Upstream-Status: Backport |
13 | Signed-off-by: Jonathan Liu <net147@gmail.com> | 24 | Signed-off-by: Jonathan Liu <net147@gmail.com> |
14 | 25 | ||
26 | --- a/doc/find-maint.texi | ||
27 | +++ b/doc/find-maint.texi | ||
28 | @@ -42,7 +42,7 @@ Free Documentation License''. | ||
29 | |||
30 | @page | ||
31 | @vskip 0pt plus 1filll | ||
32 | -@insertcopying{} | ||
33 | +@insertcopying | ||
34 | @end titlepage | ||
35 | |||
36 | @contents | ||
37 | @@ -227,10 +227,10 @@ circumstances. | ||
38 | |||
39 | @menu | ||
40 | * Make the Compiler Find the Bugs:: | ||
41 | +* Factor Out Repeated Code:: | ||
42 | * The File System Is Being Modified:: | ||
43 | * Don't Trust the File System Contents:: | ||
44 | * Debugging is For Users Too:: | ||
45 | -* Factor Out Repeated Code:: | ||
46 | @end menu | ||
47 | |||
48 | @node Make the Compiler Find the Bugs | ||
15 | --- a/doc/find.texi | 49 | --- a/doc/find.texi |
16 | +++ b/doc/find.texi | 50 | +++ b/doc/find.texi |
17 | @@ -50,7 +50,7 @@ Texts. A copy of the license is included in the section entitled | 51 | @@ -50,7 +50,7 @@ Texts. A copy of the license is included in the section entitled |