summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
diff options
context:
space:
mode:
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.patch47
1 files changed, 31 insertions, 16 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
index 876e0d0ad9..0ce47ecdb9 100644
--- a/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
+++ b/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
@@ -1,10 +1,21 @@
1From 6f1f3912fcb900b3a3e6cbe3360306fade333497 Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Thu, 6 Aug 2015 14:55:08 +0300
4Subject: [PATCH] dont-depend-on-help2man
5
1Upstream-Status: Inappropriate 6Upstream-Status: Inappropriate
2 7
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> 8Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd texinfo-5.1/doc/Makefile.am texinfo-5.1/doc/Makefile.am 9---
5--- texinfo-5.1/doc/Makefile.am 2013-02-23 02:11:25.000000000 +0200 10 doc/Makefile.am | 2 +-
6+++ texinfo-5.1/doc/Makefile.am 2013-08-20 01:43:55.622376198 +0300 11 man/Makefile.am | 12 ++++++------
7@@ -40,7 +40,7 @@ 12 2 files changed, 7 insertions(+), 7 deletions(-)
13
14diff --git a/doc/Makefile.am b/doc/Makefile.am
15index 7198a6b..4bba550 100644
16--- a/doc/Makefile.am
17+++ b/doc/Makefile.am
18@@ -40,7 +40,7 @@ refcard_files = refcard/Makefile refcard/txicmdcheck \
8 # Include our texinfo.tex, not Automake's. 19 # Include our texinfo.tex, not Automake's.
9 EXTRA_DIST = epsf.tex texinfo.tex \ 20 EXTRA_DIST = epsf.tex texinfo.tex \
10 fdl.texi \ 21 fdl.texi \
@@ -13,37 +24,41 @@ diff -Nurd texinfo-5.1/doc/Makefile.am texinfo-5.1/doc/Makefile.am
13 $(refcard_files) 24 $(refcard_files)
14 25
15 if INSTALL_WARNINGS 26 if INSTALL_WARNINGS
16diff -Nurd texinfo-5.1/man/Makefile.am texinfo-5.1/man/Makefile.am 27diff --git a/man/Makefile.am b/man/Makefile.am
17--- texinfo-5.1/man/Makefile.am 2013-02-23 02:11:25.000000000 +0200 28index a08d603..bdfc9a4 100644
18+++ texinfo-5.1/man/Makefile.am 2013-08-20 01:53:40.542395884 +0300 29--- a/man/Makefile.am
30+++ b/man/Makefile.am
19@@ -13,24 +13,24 @@ 31@@ -13,24 +13,24 @@
20 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 32 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 33
22 # These are generated using help2man. 34 # These are generated using help2man.
23-man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 35-man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
24+#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 36+#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
25 37
26 # These require the build in info/, thus can't do if we failed to find a 38 # These require the build in info/, thus can't do if we failed to find a
27 # terminal library. 39 # terminal library.
28 if HAVE_TERMLIBS 40 if HAVE_TERMLIBS
29-man_MANS += info.1 infokey.1 41-man_MANS += info.1
30+#man_MANS += info.1 infokey.1 42+#man_MANS += info.1
31 endif 43 endif
32 44
33 # These are hand-written. 45 # These are hand-written.
34-man_MANS += info.5 texinfo.5 46-man_MANS += info.5 texinfo.5
35+#man_MANS += info.5 texinfo.5 47+#man_MANS += info.5 texinfo.5
36 48
37 # This is generated by pod2man, but let's just run it by hand. 49 # This is generated by pod2man, but let's just run it by hand.
38-man_MANS += pod2texi.1 50-man_MANS += pod2texi.1
39+#man_MANS += pod2texi.1 51+#man_MANS += pod2texi.1
40 52
41 # These are just .so's to the common program. 53 # These are just .so's to the common program.
42-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 54-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
43+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 55+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
44 56
45-EXTRA_DIST = $(man_MANS) ginfo.h2m 57-EXTRA_DIST = $(man_MANS) ginfo.h2m
46+EXTRA_DIST = ginfo.h2m 58+EXTRA_DIST = ginfo.h2m
47 59
48 # Maintainers should be able to regenerate. 60 # Maintainers should be able to regenerate.
49 MAINTAINERCLEANFILES = $(man_MANS) 61 MAINTAINERCLEANFILES = $(man_MANS)
62--
632.1.4
64