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.patch23
1 files changed, 12 insertions, 11 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 f4184399c7..0d6bbafadd 100644
--- a/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
+++ b/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
@@ -1,4 +1,4 @@
1From e89b1c57d76f5cf5acbb0d0187374f7a77bce1e2 Mon Sep 17 00:00:00 2001 1From 63a803ead3656353329a801846a9a3beb7210c46 Mon Sep 17 00:00:00 2001
2From: Edwin Plauchu <edwin.plauchu.camacho@intel.com> 2From: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
3Date: Tue, 29 Nov 2016 13:43:24 -0600 3Date: Tue, 29 Nov 2016 13:43:24 -0600
4Subject: [PATCH] dont-depend-on-help2man 4Subject: [PATCH] dont-depend-on-help2man
@@ -7,29 +7,30 @@ Upstream-Status: Inappropriate
7 7
8Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> 8Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
9Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> 9Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
10
10--- 11---
11 doc/Makefile.am | 2 +- 12 doc/Makefile.am | 2 +-
12 man/Makefile.am | 12 ++++++------ 13 man/Makefile.am | 12 ++++++------
13 2 files changed, 7 insertions(+), 7 deletions(-) 14 2 files changed, 7 insertions(+), 7 deletions(-)
14 15
15diff --git a/doc/Makefile.am b/doc/Makefile.am 16diff --git a/doc/Makefile.am b/doc/Makefile.am
16index 39db834..1bb2a4f 17index 732833e..041cb9b 100644
17--- a/doc/Makefile.am 18--- a/doc/Makefile.am
18+++ b/doc/Makefile.am 19+++ b/doc/Makefile.am
19@@ -38,7 +38,7 @@ refcard_files = refcard/Makefile refcard/txicmdcheck \ 20@@ -37,7 +37,7 @@ refcard_files = refcard/Makefile refcard/txicmdcheck \
20 # Include our texinfo.tex, not Automake's. 21 # Include our texinfo.tex, not Automake's.
21 EXTRA_DIST = epsf.tex texinfo.tex \ 22 EXTRA_DIST = epsf.tex texinfo.tex \
22 fdl.texi \ 23 fdl.texi \
23- $(man_MANS) $(TXI_XLATE) \ 24- $(man_MANS) $(TXI_XLATE) \
24+ $(TXI_XLATE) \ 25+ $(TXI_XLATE) \
25 $(refcard_files) texinfo-tex-test.texi \ 26 $(refcard_files) \
27 texinfo-tex-test.texi texinfo-tex-test.WIDOWs \
26 texinfo-ja.tex short-sample-ja.texi 28 texinfo-ja.tex short-sample-ja.texi
27
28diff --git a/man/Makefile.am b/man/Makefile.am 29diff --git a/man/Makefile.am b/man/Makefile.am
29index 6bfcb3d..a820c96 30index d0cd72c..a19e52a 100644
30--- a/man/Makefile.am 31--- a/man/Makefile.am
31+++ b/man/Makefile.am 32+++ b/man/Makefile.am
32@@ -13,24 +13,24 @@ 33@@ -11,27 +11,27 @@
33 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 34 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
34 35
35 # These are generated using help2man. 36 # These are generated using help2man.
@@ -47,10 +48,13 @@ index 6bfcb3d..a820c96
47-man_MANS += info.5 texinfo.5 48-man_MANS += info.5 texinfo.5
48+#man_MANS += info.5 texinfo.5 49+#man_MANS += info.5 texinfo.5
49 50
50 # This is generated by pod2man, but let's just run it by hand.
51-man_MANS += pod2texi.1 51-man_MANS += pod2texi.1
52+#man_MANS += pod2texi.1 52+#man_MANS += pod2texi.1
53 53
54 pod2texi.1: $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl
55 $(POD2MAN) $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl >"$@"
56
57
54 # These are just .so's to the common program. 58 # These are just .so's to the common program.
55-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 59-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
56+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 60+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
@@ -60,6 +64,3 @@ index 6bfcb3d..a820c96
60 64
61 # Maintainers should be able to regenerate. 65 # Maintainers should be able to regenerate.
62 MAINTAINERCLEANFILES = $(man_MANS) 66 MAINTAINERCLEANFILES = $(man_MANS)
63--
642.9.3
65