From b56908c370855d65baa8f7f8f8f6aca7453a39f2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 18 Jun 2001 18:05:20 +0000 Subject: [PATCH] Move texinfo.tex from doc/ to config/. --- Makefile.am | 2 +- Makefile.in | 6 +++--- config/Makefile.in | 4 ++-- {doc => config}/texinfo.tex | 0 doc/Makefile.am | 2 +- doc/Makefile.in | 2 +- m4/Makefile.in | 2 +- man/Makefile.in | 2 +- tests/Makefile.in | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) rename {doc => config}/texinfo.tex (100%) diff --git a/Makefile.am b/Makefile.am index 13a3d60a..5c7f81b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -218,5 +218,5 @@ alpha_url_dir = gnu/autoconf # Files to update automatically. wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ - $(srcdir)/doc/texinfo.tex \ + $(srcdir)/config/texinfo.tex \ $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi diff --git a/Makefile.in b/Makefile.in index 404ef84f..498fca18 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p3 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -115,7 +115,7 @@ alpha_host = alpha.gnu.org alpha_url_dir = gnu/autoconf # Files to update automatically. -wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub $(srcdir)/doc/texinfo.tex $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi +wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub $(srcdir)/config/texinfo.tex $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -144,7 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) diff --git a/config/Makefile.in b/config/Makefile.in index 27964157..8486ee35 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p3 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -71,7 +71,7 @@ EXTRA_DIST = move-if-change prev-version.txt mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in config.guess config.sub \ -install-sh mdate-sh missing mkinstalldirs +install-sh mdate-sh missing mkinstalldirs texinfo.tex DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) diff --git a/doc/texinfo.tex b/config/texinfo.tex similarity index 100% rename from doc/texinfo.tex rename to config/texinfo.tex diff --git a/doc/Makefile.am b/doc/Makefile.am index a99b6208..4e11f334 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,7 @@ standards_TEXINFOS = make-stds.texi # Files from texi2dvi that should be removed, but which Automake does # not know. CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas \ - autoconf.ov autoconf.ovs autoconf.tmp + autoconf.ov autoconf.ovs autoconf.ms autoconf.mss autoconf.tmp # The documentation diff --git a/doc/Makefile.in b/doc/Makefile.in index 6926a795..a67e68ca 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -86,7 +86,7 @@ INFO_DEPS = autoconf.info standards.info DVIS = autoconf.dvi standards.dvi TEXINFOS = autoconf.texi standards.texi DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \ -Makefile.in stamp-vti texinfo.tex version.texi +Makefile.in stamp-vti version.texi DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) diff --git a/m4/Makefile.in b/m4/Makefile.in index 7ef8bb61..a95fc0d3 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p3 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/man/Makefile.in b/man/Makefile.in index 1c2c10fb..9bc9c713 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p3 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/tests/Makefile.in b/tests/Makefile.in index 33e6ccbd..10fd533f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p3 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation