diff options
author | hobbs <hobbs@noemail.net> | 1999-10-20 01:02:33 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-10-20 01:02:33 (GMT) |
commit | d8ddeb416f0c4065670469a3804145946b6f79b3 (patch) | |
tree | 10f80cc925234cf6c565b9dd5a2e46d24aa94ddc /unix/Makefile.in | |
parent | d4d1403f16cbf4cca028cdef14dee374b8580c43 (diff) | |
download | tk-d8ddeb416f0c4065670469a3804145946b6f79b3.zip tk-d8ddeb416f0c4065670469a3804145946b6f79b3.tar.gz tk-d8ddeb416f0c4065670469a3804145946b6f79b3.tar.bz2 |
* unix/Makefile.in: added ChangeLog to dist archive
FossilOrigin-Name: df0082061f03a351ac82df7a483ef28ca695e1b9
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a314426..8bc0487 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.32 1999/10/01 22:45:27 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.33 1999/10/20 01:02:34 hobbs Exp $ # Current Tk version; used in various names. @@ -950,8 +950,8 @@ dist: $(UNIX_DIR)/configure $(DISTDIR)/generic cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic - cp -p $(TOP_DIR)/changes $(TOP_DIR)/README $(TOP_DIR)/license.terms \ - $(DISTDIR) + cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README \ + $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/win cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win |