summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-24 22:08:45 +0000
committerJim Meyering <jim@meyering.net>2001-05-24 22:08:45 +0000
commita99fb13160bd29e78e0ca6ac486e55bda33a3c70 (patch)
tree2ac3d18c0a461682fd2ace7b7117dd078f5b2e83 /doc
parent8b4468d407213efd47b9dbdfadf5b560192879fa (diff)
downloadcoreutils-a99fb13160bd29e78e0ca6ac486e55bda33a3c70.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 6a1580b22..15ccac938 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -134,8 +134,8 @@ DIST_SOURCES =
INFO_DEPS = omni-utils.info
DVIS = omni-utils.dvi
TEXINFOS = omni-utils.texi
-DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \
- version.texi
+DIST_COMMON = ChangeLog Makefile.am Makefile.in mdate-sh stamp-vti \
+ texinfo.tex version.texi
all: all-am
.SUFFIXES:
@@ -362,13 +362,13 @@ uninstall-info: uninstall-info-am
uninstall uninstall-am uninstall-info-am
-# Uncomment this when fileutils, textutils, and sh-utils have
+# Remove `DISABLED_' 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-$@ $@
+DISABLED_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.