diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-25 13:51:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-25 13:51:31 (GMT) |
commit | ae0f801eaf658d7d34f14e5230e76082e9992cbb (patch) | |
tree | d9824efb6c639bea871234544b5944d9fc0d1175 /unix | |
parent | dbacb46d52c18eeaee349a5f0780004d4e802a5c (diff) | |
download | tcl-ae0f801eaf658d7d34f14e5230e76082e9992cbb.zip tcl-ae0f801eaf658d7d34f14e5230e76082e9992cbb.tar.gz tcl-ae0f801eaf658d7d34f14e5230e76082e9992cbb.tar.bz2 |
Do not let fossil README droppings leak into distribuion
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 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 |