From 0c7d9eda5c3b03e07695b0bb8d72592b0181bf56 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Mar 2005 16:17:25 +0000 Subject: . --- doc/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Makefile.in') diff --git a/doc/Makefile.in b/doc/Makefile.in index b48e01a1a..da7edfec7 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -149,14 +149,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = INFO_DEPS = $(srcdir)/coreutils.info -TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex -am__TEXINFO_TEX_DIR = $(top_srcdir)/config +TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex +am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux DVIS = coreutils.dvi PDFS = coreutils.pdf PSS = coreutils.ps @@ -394,7 +394,7 @@ coreutils.html: coreutils.texi $(srcdir)/version.texi $(srcdir)/version.texi: $(srcdir)/stamp-vti $(srcdir)/stamp-vti: coreutils.texi $(top_srcdir)/configure @(dir=.; test -f ./coreutils.texi || dir=$(srcdir); \ - set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/coreutils.texi`; \ + set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/coreutils.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ -- cgit v1.2.3-54-g00ecf