generic-poky/meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
Saul Wold 5472bdc2f0 texinfo: Update to 5.1
- COPYING was slightly reformated (whitespace changes only)
- rebased patches
- remove upstreamed patches
- added pod2texi to texinfo package
- get all man pages from man1 and man5

(From OE-Core rev: f192c444c2d88c49738bea4ff4c3af0cc72916de)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-07-31 06:59:59 +01:00

18 lines
611 B
Diff

Upstream-Status: Inappropriate [cross build specific]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Index: texinfo-5.1/info/Makefile.am
===================================================================
--- texinfo-5.1.orig/info/Makefile.am
+++ texinfo-5.1/info/Makefile.am
@@ -76,7 +76,7 @@ cmd_sources = $(srcdir)/session.c $(srcd
# more than once.
funs.h: makedoc$(EXEEXT) $(cmd_sources)
rm -f $(generated_sources)
- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
+ makedoc $(cmd_sources)
# The following hack is necessary to hint make before the automatic
# dependencies are built.