From e02be81fa68ddc7f939abd99de4e42759a0d5d8c Mon Sep 17 00:00:00 2001 From: Edwin Plauchu Date: Tue, 29 Nov 2016 13:43:24 -0600 Subject: [PATCH 2/3] dont-depend-on-help2man Upstream-Status: Inappropriate Signed-off-by: Marko Lindqvist Signed-off-by: Edwin Plauchu --- doc/Makefile.am | 2 +- man/Makefile.am | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index e9e6298..f1b9895 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -63,7 +63,7 @@ refcard/txirefcard.pdf refcard/txirefcard-a4.pdf: refcard/txirefcard.tex # Include our texinfo.tex, not Automake's. EXTRA_DIST = epsf.tex texinfo.tex \ fdl.texi \ - $(man_MANS) $(TXI_XLATE) \ + $(TXI_XLATE) \ $(refcard_files) \ texinfo-tex-test.texi texinfo-tex-test.WIDOWs \ texinfo-ja.tex short-sample-ja.texi \ diff --git a/man/Makefile.am b/man/Makefile.am index f2c703f..61caeeb 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -11,27 +11,27 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # These are generated using help2man. -man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 +#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 # These require the build in info/, thus can't do if we failed to find a # terminal library. if HAVE_TERMLIBS -man_MANS += info.1 +#man_MANS += info.1 endif # These are hand-written. -man_MANS += info.5 texinfo.5 +#man_MANS += info.5 texinfo.5 -man_MANS += pod2texi.1 +#man_MANS += pod2texi.1 pod2texi.1: $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl $(POD2MAN) $(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl >"$@" # These are just .so's to the common program. -man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 +#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 -EXTRA_DIST = $(man_MANS) ginfo.h2m +EXTRA_DIST = ginfo.h2m # Maintainers should be able to regenerate. MAINTAINERCLEANFILES = $(man_MANS) -- 2.39.2