summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-27 10:10:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:13:55 +0000
commit6a02acbc33fe5414db3908d283e1364fbb38b256 (patch)
tree0d95837536472bfa2f8cbc1703134d908dffbad8 /meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
parent663dad63a3a0807266e62c64525f4e66c5651308 (diff)
downloadpoky-6a02acbc33fe5414db3908d283e1364fbb38b256.tar.gz
texinfo: Update to 5.2
Removed a backported patch (From OE-Core rev: f85cf4b351e877b2679c85832d45ac398ab29b51) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch b/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
new file mode 100644
index 0000000000..6e216dac78
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
@@ -0,0 +1,49 @@
1Upstream-Status: Inappropŕiate
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd texinfo-5.1/doc/Makefile.am texinfo-5.1/doc/Makefile.am
5--- texinfo-5.1/doc/Makefile.am 2013-02-23 02:11:25.000000000 +0200
6+++ texinfo-5.1/doc/Makefile.am 2013-08-20 01:43:55.622376198 +0300
7@@ -40,7 +40,7 @@
8 # Include our texinfo.tex, not Automake's.
9 EXTRA_DIST = epsf.tex texinfo.tex \
10 fdl.texi \
11- $(man_MANS) $(TXI_XLATE) \
12+ $(TXI_XLATE) \
13 $(refcard_files)
14
15 if INSTALL_WARNINGS
16diff -Nurd texinfo-5.1/man/Makefile.am texinfo-5.1/man/Makefile.am
17--- texinfo-5.1/man/Makefile.am 2013-02-23 02:11:25.000000000 +0200
18+++ texinfo-5.1/man/Makefile.am 2013-08-20 01:53:40.542395884 +0300
19@@ -13,24 +13,24 @@
20 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21
22 # These are generated using help2man.
23-man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
24+#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
25
26 # These require the build in info/, thus can't do if we failed to find a
27 # terminal library.
28 if HAVE_TERMLIBS
29-man_MANS += info.1 infokey.1
30+#man_MANS += info.1 infokey.1
31 endif
32
33 # These are hand-written.
34-man_MANS += info.5 texinfo.5
35+#man_MANS += info.5 texinfo.5
36
37 # This is generated by pod2man, but let's just run it by hand.
38-man_MANS += pod2texi.1
39+#man_MANS += pod2texi.1
40
41 # These are just .so's to the common program.
42-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
43+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
44
45-EXTRA_DIST = $(man_MANS) ginfo.h2m
46+EXTRA_DIST = ginfo.h2m
47
48 # Maintainers should be able to regenerate.
49 MAINTAINERCLEANFILES = $(man_MANS)