diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-22 16:17:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-22 16:17:25 +0000 |
commit | 0c7d9eda5c3b03e07695b0bb8d72592b0181bf56 (patch) | |
tree | 81e0495b380df41cff0cc8b5bee2a67143158845 /doc | |
parent | e56af571b0891a356477c4e02fec41384231561f (diff) | |
download | coreutils-0c7d9eda5c3b03e07695b0bb8d72592b0181bf56.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
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)"; \ |