[oe-commits] Jonathan Liu : findutils: backport more fixes for documentation build errors

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 15:52:22 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: dd08ebd1d318c27673ab684b864f25588476e831
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dd08ebd1d318c27673ab684b864f25588476e831

Author: Jonathan Liu <net147 at gmail.com>
Date:   Fri May 31 12:15:51 2013 +1000

findutils: backport more fixes for documentation build errors

(From OE-Core master rev: bb6e59e58033edac509d449b4be916ad6a0a5ad1)

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 8469b8d..a48cdc2 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 @@
 Fix documentation build errors
 
 This fixes the following errors building the findutils documentation:
+find-maint.texi:45: misplaced {
+find-maint.texi:45: misplaced }
+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
+find-maint.texi:335: warning: node `Debugging is For Users Too' is next for `Factor Out Repeated Code' in sectioning but not in menu
+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
+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
+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
+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
+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
+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
+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
 find.texi:53: misplaced {
 find.texi:53: misplaced }
 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
 Upstream-Status: Backport
 Signed-off-by: Jonathan Liu <net147 at gmail.com>
 
+--- a/doc/find-maint.texi
++++ b/doc/find-maint.texi
+@@ -42,7 +42,7 @@ Free Documentation License''.
+ 
+ @page
+ @vskip 0pt plus 1filll
+- at insertcopying{}
++ at insertcopying
+ @end titlepage
+ 
+ @contents
+@@ -227,10 +227,10 @@ circumstances.
+ 
+ @menu
+ * Make the Compiler Find the Bugs::
++* Factor Out Repeated Code::
+ * The File System Is Being Modified::
+ * Don't Trust the File System Contents::
+ * Debugging is For Users Too::
+-* Factor Out Repeated Code::
+ @end menu
+ 
+ @node    Make the Compiler Find the Bugs
 --- a/doc/find.texi
 +++ b/doc/find.texi
 @@ -50,7 +50,7 @@ Texts.  A copy of the license is included in the section entitled



More information about the Openembedded-commits mailing list