diff options
| author | Jonathan Liu <net147@gmail.com> | 2013-05-31 12:15:51 +1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:22:56 +0100 |
| commit | 8144e16097fae49288d763d05476c892c46136c3 (patch) | |
| tree | efb72c7adb2ed3c0bb84f4e3dd70bcb215c9df21 /meta/recipes-extended | |
| parent | aeead1fe2d3c239eb0500790e153e9ffba517817 (diff) | |
| download | poky-8144e16097fae49288d763d05476c892c46136c3.tar.gz | |
findutils: backport more fixes for documentation build errors
(From OE-Core rev: bb6e59e58033edac509d449b4be916ad6a0a5ad1)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -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 |
