]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 21 May 2001 10:53:11 +0000 (10:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 May 2001 10:53:11 +0000 (10:53 +0000)
doc/Makefile.in

index 4b9c957dac2417ebb50e4d48a87cd3c4022c58a7..6a1580b227de7da5a64e2d4f22dfc9c049375cd8 100644 (file)
@@ -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 || :