summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-17 21:54:29 +0000
committerJim Meyering <jim@meyering.net>1996-12-17 21:54:29 +0000
commit5e55e49972bc141ddeff9c252703eb085be05fb4 (patch)
treedb45a2dca7826dc54ea89b1be02a2e497b70272d /doc
parent48a255beb0dbd1a8563a6ef2d878694573f5c70a (diff)
downloadcoreutils-5e55e49972bc141ddeff9c252703eb085be05fb4.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1c23d71c9..9261f43b8 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -81,7 +81,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .texi .texinfo .info .dvi .ps
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
- cd $(top_srcdir) && automake --gnu doc/Makefile
+ cd $(top_srcdir) && automake --gnits doc/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -181,7 +181,7 @@ clean-info:
distclean-info:
maintainer-clean-info:
- for i in $(INFO_DEPS); do rm `eval echo $$i*`; done
+ for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done
tags: TAGS
TAGS: