From bceb83d0a2cb86e8844f404d67ccc56f01082ad1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Apr 2003 15:22:05 +0000 Subject: [PATCH] (constants.texi): Rename target (thus enabling it), now that fileutils, textutils, and sh-utils have been merged. (MAINTAINERCLEANFILES): Define. --- doc/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index aacf1b4..f66aa25 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,17 +13,13 @@ EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi # old systems. MAKEINFO = makeinfo --no-split -# 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 +MAINTAINERCLEANFILES = constants.texi $(DVIS): $(EXTRA_DIST) $(INFO_DEPS): $(EXTRA_DIST) -- 2.7.4