diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-11 20:05:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-11 20:05:42 +0000 |
commit | 5188ba726e4f8cfd5e0f80a93c8f0a79ccbdd782 (patch) | |
tree | e4203d23a778c8572b4541b6dd2d3d2c301394f5 | |
parent | fd9e6566f116dab205aa6b67e44b185c6c7dadb8 (diff) |
(DIST_FILES): Add README-binary.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ working-prog-subdirs := $(filter-out \ $(patsubst %/,%,\ $(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\ $(prog-subdirs)) -DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL +DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL \ + README-binary all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |