diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-11 23:02:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-11 23:02:32 +0000 |
commit | 6b6a4f1de2a008c873ec4935b06157c8228ff796 (patch) | |
tree | b7ebb2b3a0bb039610584ea4def3c769cc62bfd2 /GNUmakefile | |
parent | ab6a618dacd3f3e86197fe2ca86b7b03b40c568f (diff) | |
download | gunmake-6b6a4f1de2a008c873ec4935b06157c8228ff796.tar.gz |
Formerly GNUmakefile.~87~
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index b9ae654..c80ac2b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -226,7 +226,8 @@ make-doc-$(version).tar.Z: README-doc COPYING make.dvi make.info make.info* $(make-tar) make-$(version).tar.Z: README INSTALL COPYING ChangeLog NEWS \ configure Makefile.in configure.in \ - $(srcs) remote-*.c $(globfiles) make.texinfo gpl.texinfo \ + $(srcs) remote-*.c $(globfiles) \ + make.texinfo gpl.texinfo make-stds.texi \ make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags $(make-tar) |