diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-25 13:31:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-25 13:31:10 (GMT) |
commit | 0cd901f4c8145e6b325a374e44ccb136804a1d19 (patch) | |
tree | a0a5532c0f30ac3a4f53da4bc3737905a1db299a /unix | |
parent | 2ad50fb7c02f82eac6d9dc2ca5b4aeec742d38d7 (diff) | |
download | tcl-0cd901f4c8145e6b325a374e44ccb136804a1d19.zip tcl-0cd901f4c8145e6b325a374e44ccb136804a1d19.tar.gz tcl-0cd901f4c8145e6b325a374e44ccb136804a1d19.tar.bz2 |
`make dist` allowed README-* fossil droppings to leak into the distribution.core_8_5_16core_8_5_16_rc
Diffstat (limited to 'unix')
-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 f6e3b17..4fcdd14 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1680,7 +1680,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 |