diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-09-05 20:42:40 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-09-05 20:42:40 (GMT) |
commit | 6ee510faf8cc3381dd9e71d0be08d94c100aa4f2 (patch) | |
tree | 3e756802b1860f296bf029937e49ba6143a35284 /unix/Makefile.in | |
parent | 5bdeb04fec5e97b4f05ecf19e07fadd17e540b5d (diff) | |
parent | 8d5c986031606a4565659bb82dcbba7ab9ce0186 (diff) | |
download | tcl-6ee510faf8cc3381dd9e71d0be08d94c100aa4f2.zip tcl-6ee510faf8cc3381dd9e71d0be08d94c100aa4f2.tar.gz tcl-6ee510faf8cc3381dd9e71d0be08d94c100aa4f2.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1b2ccf1..0d9b9f0 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1975,7 +1975,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic 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* \ + cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README \ $(TOP_DIR)/ChangeLog.[12]??? $(TOP_DIR)/license.terms \ $(DISTDIR) @mkdir $(DISTDIR)/library |