diff options
author | Roland McGrath <roland@redhat.com> | 1994-01-12 00:30:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-01-12 00:30:18 +0000 |
commit | fc99c2260b53d56a1bc87ae07f15c1081b37af51 (patch) | |
tree | 375ab15336323655a207bb2a949747cdf045a042 | |
parent | f178779347e7e9bf17f55585873c30d3708e2a53 (diff) | |
download | gunmake-fc99c2260b53d56a1bc87ae07f15c1081b37af51.tar.gz |
Formerly GNUmakefile.~116~
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 269ffcb..5bf17d5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -204,7 +204,7 @@ build.sh.in: build.template compatMakefile # Figure out the version number from the source of `version.c'. version := \ $(strip $(shell sed -e '/=/!d' -e 's/^.*"\(.*\)";$$/\1/' < version.c)) -tarfiles := make make-doc +tarfiles := make # make-doc tarfiles := $(addsuffix -$(version).tar,$(tarfiles)) tarfiles := $(tarfiles:%=%.gz) # no more compress $(tarfiles:%=%.Z) # Depend on default and doc so we don't ship anything that won't compile. @@ -252,7 +252,8 @@ make-$(version).tar: README INSTALL COPYING ChangeLog NEWS \ acconfig.h $(srcs) remote-*.c $(globfiles) \ make.texinfo make-stds.texi \ make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \ - install.sh + install.sh \ + make.info make.info* $(make-tar) ifneq (,) |