diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-18 11:41:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-18 11:41:31 (GMT) |
commit | e0360a8c349d388e4090091098507da40848e83d (patch) | |
tree | 2e90d1cb35ad660ad2be31939cb65aaed7f806f6 /unix | |
parent | 48549d55b04fb4d2eb8df460ffac8ea552676073 (diff) | |
download | tcl-e0360a8c349d388e4090091098507da40848e83d.zip tcl-e0360a8c349d388e4090091098507da40848e83d.tar.gz tcl-e0360a8c349d388e4090091098507da40848e83d.tar.bz2 |
Add win/rules-ext.vc and win/targets.vc to "make dist". Reported by Paul Overmeier. Thanks!
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 4814ee0..29c051d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2018,8 +2018,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M cp -p $(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win - cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win - cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win + cp -p $(TOP_DIR)/win/*.vc $(DISTDIR)/win cp -p $(TOP_DIR)/win/coffbase.txt $(DISTDIR)/win cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win cp -p $(TOP_DIR)/win/tcl.ds* $(DISTDIR)/win |