From: Jim Meyering Date: Mon, 21 May 2001 10:53:11 +0000 (+0000) Subject: . X-Git-Tag: CPPI-1_9~66 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3cbc678ef0e32ec6902fcba31fb9b8654d3a6d6f;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 4b9c957dac..6a1580b227 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -362,6 +362,21 @@ uninstall-info: uninstall-info-am uninstall uninstall-am uninstall-info-am +# Uncomment this when fileutils, textutils, and sh-utils have +# all been merged into one package. +#constants.texi: $(top_srcdir)/src/tail.c +# LC_ALL=C \ +# sed -n -e 's/^#define \(DEFAULT_MAX[_A-Z]*\) \(.*\)/@set \1 \2/p' \ +# $(top_srcdir)/src/tail.c > t-$@ +# mv t-$@ $@ + +# Uncomment this when fileutils, textutils, and sh-utils have +# all been merged into one package. +# MAINTAINERCLEANFILES = constants.texi + +$(DVIS): $(EXTRA_DIST) +$(INFO_DEPS): $(EXTRA_DIST) + # List words/regexps here that should not appear in the texinfo documentation. check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || :