diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-04 15:22:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-04 15:22:05 +0000 |
commit | bceb83d0a2cb86e8844f404d67ccc56f01082ad1 (patch) | |
tree | 4ef809408ba25ea73f15bb7d3d55bb02cdad5770 /doc | |
parent | 0a32c8d91013b5e8b7a643bc683c18e28ce1623e (diff) | |
download | coreutils-bceb83d0a2cb86e8844f404d67ccc56f01082ad1.tar.xz |
(constants.texi): Rename target (thus enabling it),
now that fileutils, textutils, and sh-utils have been merged.
(MAINTAINERCLEANFILES): Define.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index aacf1b419..f66aa25e1 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) |