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.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)