From 0622704dce606dad3d3092909ad4b01ecf5f28db Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Apr 2003 18:04:06 +0000 Subject: . --- doc/Makefile.in | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.in b/doc/Makefile.in index 39a62402c..493a5009c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -160,6 +160,8 @@ target_alias = @target_alias@ info_TEXINFOS = coreutils.texi EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi + +MAINTAINERCLEANFILES = constants.texi subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -344,6 +346,7 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic mostlyclean-am @@ -426,18 +429,12 @@ uninstall-am: uninstall-info-am pdf-am ps ps-am uninstall uninstall-am uninstall-info-am -# Remove `DISABLED_' when fileutils, textutils, and sh-utils have -# all been merged into one package. -DISABLED_constants.texi: $(top_srcdir)/src/tail.c +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) -- cgit v1.2.3-54-g00ecf