diff options
author | Roland McGrath <roland@redhat.com> | 1993-07-01 03:36:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-07-01 03:36:40 +0000 |
commit | 2b8f817cfb09d9fca9f8e2c621faa2e04a1a7fbd (patch) | |
tree | df0596915cf90e6101b2b63032dde2c3075e06fe | |
parent | 7789ea8a3c51dabab42981ea80f4b4d513212ca7 (diff) | |
download | gunmake-2b8f817cfb09d9fca9f8e2c621faa2e04a1a7fbd.tar.gz |
Formerly GNUmakefile.~106~
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0ff3225..85e498e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -246,7 +246,7 @@ make-doc-$(version).tar: README-doc COPYING make.dvi make.info make.info* make-$(version).tar: README INSTALL COPYING ChangeLog NEWS \ configure Makefile.in configure.in build.sh.in mkinstalldirs \ $(srcs) remote-*.c $(globfiles) \ - make.texinfo gpl.texinfo make-stds.texi \ + make.texinfo make-stds.texi \ make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags $(make-tar) |