blob: 825887cc2e9037da8b9874992f82cb2dcca80f6e [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From 451a9b9c3874872d575693fc7733fae02690a7d3 Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
3Date: Tue, 29 Nov 2016 13:43:24 -0600
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004Subject: [PATCH] dont-depend-on-help2man
5
6Upstream-Status: Inappropriate
7
8Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011---
12 doc/Makefile.am | 2 +-
13 man/Makefile.am | 12 ++++++------
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16diff --git a/doc/Makefile.am b/doc/Makefile.am
Andrew Geissler517393d2023-01-13 08:55:19 -060017index 407a38c..6b5ff3e 100644
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018--- a/doc/Makefile.am
19+++ b/doc/Makefile.am
Andrew Geissler517393d2023-01-13 08:55:19 -060020@@ -55,7 +55,7 @@ refcard_files = refcard/Makefile refcard/txicmdcheck \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021 # Include our texinfo.tex, not Automake's.
22 EXTRA_DIST = epsf.tex texinfo.tex \
23 fdl.texi \
24- $(man_MANS) $(TXI_XLATE) \
25+ $(TXI_XLATE) \
Andrew Geissler82c905d2020-04-13 13:39:40 -050026 $(refcard_files) \
Andrew Geissler517393d2023-01-13 08:55:19 -060027 gendocs.chapter/gendocs_template \
Andrew Geissler82c905d2020-04-13 13:39:40 -050028 texinfo-tex-test.texi texinfo-tex-test.WIDOWs \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029diff --git a/man/Makefile.am b/man/Makefile.am
Andrew Geissler82c905d2020-04-13 13:39:40 -050030index d0cd72c..a19e52a 100644
Patrick Williamsc124f4f2015-09-15 14:41:29 -050031--- a/man/Makefile.am
32+++ b/man/Makefile.am
Andrew Geissler82c905d2020-04-13 13:39:40 -050033@@ -11,27 +11,27 @@
Patrick Williamsc124f4f2015-09-15 14:41:29 -050034 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35
36 # These are generated using help2man.
37-man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
38+#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1
39
40 # These require the build in info/, thus can't do if we failed to find a
41 # terminal library.
42 if HAVE_TERMLIBS
43-man_MANS += info.1
44+#man_MANS += info.1
45 endif
46
47 # These are hand-written.
48-man_MANS += info.5 texinfo.5
49+#man_MANS += info.5 texinfo.5
50
Patrick Williamsc124f4f2015-09-15 14:41:29 -050051-man_MANS += pod2texi.1
52+#man_MANS += pod2texi.1
53
Andrew Geissler82c905d2020-04-13 13:39:40 -050054 pod2texi.1: $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl
55 $(POD2MAN) $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl >"$@"
56
57
Patrick Williamsc124f4f2015-09-15 14:41:29 -050058 # These are just .so's to the common program.
59-man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
60+#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1
61
62-EXTRA_DIST = $(man_MANS) ginfo.h2m
63+EXTRA_DIST = ginfo.h2m
64
65 # Maintainers should be able to regenerate.
66 MAINTAINERCLEANFILES = $(man_MANS)