From 9bcffa0c13d1abee13433f14cdb785cbb960425c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 26 Jun 2012 16:55:23 +0200 Subject: [PATCH] maint: use *.texi. This is more consistent with the other packages, and Automake-NG supports only *.texi. * doc/bison.texinfo: Rename as... * doc/bison.texi: this. * doc/Makefile.am, examples/calc++/Makefile.am: Adjust. --- doc/Makefile.am | 2 +- doc/{bison.texinfo => bison.texi} | 0 examples/calc++/Makefile.am | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename doc/{bison.texinfo => bison.texi} (100%) diff --git a/doc/Makefile.am b/doc/Makefile.am index c7f27558..d87f00f0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,7 +16,7 @@ # along with this program. If not, see . AM_MAKEINFOFLAGS = --no-split -info_TEXINFOS = bison.texinfo +info_TEXINFOS = bison.texi bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi CLEANFILES = bison.fns diff --git a/doc/bison.texinfo b/doc/bison.texi similarity index 100% rename from doc/bison.texinfo rename to doc/bison.texi diff --git a/examples/calc++/Makefile.am b/examples/calc++/Makefile.am index d62c57ec..e8bbbaca 100644 --- a/examples/calc++/Makefile.am +++ b/examples/calc++/Makefile.am @@ -28,7 +28,7 @@ $(BISON): $(BISON_IN) ## Extracting. ## ## ------------ ## -doc = $(top_srcdir)/doc/bison.texinfo +doc = $(top_srcdir)/doc/bison.texi extexi = $(top_srcdir)/examples/extexi # Extract in src. $(srcdir)/calc.stamp: $(doc) $(extexi) @@ -36,7 +36,7 @@ $(srcdir)/calc.stamp: $(doc) $(extexi) $(AM_V_at)touch $@.tmp $(AM_V_at)cd $(srcdir) && \ $(AWK) -f ../extexi -v VERSION="$(VERSION)" \ - ../../doc/bison.texinfo -- calc++-parser.yy \ + ../../doc/bison.texi -- calc++-parser.yy \ calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc $(AM_V_at)mv $@.tmp $@ -- 2.45.2