diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-26 00:54:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-26 00:54:04 +0000 |
commit | 8d1f6733a9975cbd0ba1f5e57ad8a6890174f6f7 (patch) | |
tree | d9d88714eb19bfd82c21d52516b26a8b9622e43c | |
parent | c355295fe0c81317319b087ca7a9cacc65011efc (diff) | |
download | gunmake-8d1f6733a9975cbd0ba1f5e57ad8a6890174f6f7.tar.gz |
Formerly GNUmakefile.~68~
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 08916b6..bf939ab 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -223,7 +223,8 @@ endef make-doc-$(version).tar.Z: README-doc COPYING make.dvi make.info make.info* $(make-tar) -make-$(version).tar.Z: README COPYING ChangeLog CHANGES configure Makefile.in \ +make-$(version).tar.Z: README INSTALL COPYING ChangeLog CHANGES \ + configure Makefile.in configure.in \ $(srcs) remote-*.c $(globfiles) make.texinfo gpl.texinfo \ make.cp* make.fn* make.ky* make.pg* make.toc make.tp* make.vr* \ make.aux make.man texinfo.tex TAGS tags |