dont build the info documentation, it has been removed --- doc/Makefile.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- texinfo.orig/doc/Makefile.in +++ texinfo/doc/Makefile.in @@ -259,13 +259,15 @@ am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = -INFO_DEPS = texinfo.info info-stnd.info texi2any_api.info +#INFO_DEPS = texinfo.info info-stnd.info texi2any_api.info +INFO_DEPS = am__TEXINFO_TEX_DIR = $(srcdir)/. DVIS = texinfo.dvi info-stnd.dvi texi2any_api.dvi PDFS = texinfo.pdf info-stnd.pdf texi2any_api.pdf PSS = texinfo.ps info-stnd.ps texi2any_api.ps HTMLS = texinfo.html info-stnd.html texi2any_api.html -TEXINFOS = texinfo.texi info-stnd.texi texi2any_api.texi +TEXINFOS = texinfo.texi info-stnd.texi texi2any_api.texi +#TEXINFOS = TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) @@ -1138,9 +1140,11 @@ # The links to texi2any_internals require that to avoid many warnings AM_MAKEINFOFLAGS = -c INFO_SPECIAL_CHARS_WARNING=0 SUBDIRS = tp_api refcard -info_TEXINFOS = texinfo.texi info-stnd.texi texi2any_api.texi -texinfo_TEXINFOS = pod2texi.texi html_default_commands_args.texi -DISTCLEANFILES = texinfo.info* info-stnd.info* texi2any_api.info* +info_TEXINFOS = texinfo.texi info-stnd.texi texi2any_api.texi +texinfo_TEXINFOS = pod2texi.texi html_default_commands_args.texi +DISTCLEANFILES = texinfo.info* info-stnd.info* texi2any_api.info* +#info_TEXINFOS = +#DISTCLEANFILES = TEXINFO_TEX = texinfo.tex MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 \ top_srcdir="$(top_srcdir)" \