diff options
author | hobbs <hobbs> | 2002-03-04 23:25:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-03-04 23:25:43 (GMT) |
commit | abebcd1ff39edc054eb09cd3350e5443bbbfae87 (patch) | |
tree | 992713dc3c4daa4d3211a295d818ffa79d4d2b8c /unix/Makefile.in | |
parent | 4db2c09b6f66fb60bda84b3f60a1cc35a5fbad21 (diff) | |
download | tcl-abebcd1ff39edc054eb09cd3350e5443bbbfae87.zip tcl-abebcd1ff39edc054eb09cd3350e5443bbbfae87.tar.gz tcl-abebcd1ff39edc054eb09cd3350e5443bbbfae87.tar.bz2 |
added older ChangeLogs to dist target
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a80d27f..a1453f0 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.94 2002/02/15 14:28:50 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.95 2002/03/04 23:25:43 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -1188,7 +1188,8 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic cp -p $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README* \ - $(TOP_DIR)/license.terms $(DISTDIR) + $(TOP_DIR)/ChangeLog.[12]??? $(TOP_DIR)/license.terms \ + $(DISTDIR) mkdir $(DISTDIR)/library cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ $(TOP_DIR)/library/tclIndex $(DISTDIR)/library |