diff options
author | stu <stwo@users.sourceforge.net> | 2018-07-03 04:02:23 (GMT) |
---|---|---|
committer | stu <stwo@users.sourceforge.net> | 2018-07-03 04:02:23 (GMT) |
commit | cf5a680373140e5e066ecfc50cce066953f7d6b0 (patch) | |
tree | be73652987b3f69567a58833a18f4cdf70f70d21 /unix | |
parent | 4a0e6ae46019359f0c95a30c513a492ad2971d6b (diff) | |
download | tcl-cf5a680373140e5e066ecfc50cce066953f7d6b0.zip tcl-cf5a680373140e5e066ecfc50cce066953f7d6b0.tar.gz tcl-cf5a680373140e5e066ecfc50cce066953f7d6b0.tar.bz2 |
Some tools are executable.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 44289e2..fd2d3bc 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2082,6 +2082,11 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M $(TOOL_DIR)/*.tcl $(TOOL_DIR)/man2tcl.c \ $(TOOL_DIR)/*.bmp $(TOOL_DIR)/tcl.hpj.in \ $(DISTDIR)/tools + chmod 755 $(DISTDIR)/tools/checkLibraryDoc.tcl \ + $(DISTDIR)/tools/configure $(DISTDIR)/tools/findBadExternals.tcl \ + $(DISTDIR)/tools/fix_tommath_h.tcl $(DISTDIR)/tools/loadICU.tcl \ + $(DISTDIR)/tools/makeTestCases.tcl $(DISTDIR)/tools/tclZIC.tcl \ + $(DISTDIR)/tools/tcltk-man2html.tcl $(INSTALL_DATA_DIR) $(DISTDIR)/libtommath $(DIST_INSTALL_DATA) $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h $(DISTDIR)/libtommath $(INSTALL_DATA_DIR) $(DISTDIR)/pkgs |