summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-21 10:53:11 +0000
committerJim Meyering <jim@meyering.net>2001-05-21 10:53:11 +0000
commit3cbc678ef0e32ec6902fcba31fb9b8654d3a6d6f (patch)
tree01e752ef671c6a2a76cc5db0c9b8a3117317b1b2 /doc/Makefile.in
parent6f960a322444bf4e0b9c83eb7dcb2d498c2daff1 (diff)
downloadcoreutils-3cbc678ef0e32ec6902fcba31fb9b8654d3a6d6f.tar.xz
.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4b9c957da..6a1580b22 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 || :