diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-09-07 22:56:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-09-07 22:56:16 (GMT) |
| commit | d0d47aa17e027a9bd1ccceec3ca1ecfea84c7658 (patch) | |
| tree | ed8dea517e243a150d35f3e550de2a3771613a5b /unix | |
| parent | 84c1f89316c037a1b87acfee148bf2fdf48b116a (diff) | |
| download | tcl-d0d47aa17e027a9bd1ccceec3ca1ecfea84c7658.zip tcl-d0d47aa17e027a9bd1ccceec3ca1ecfea84c7658.tar.gz tcl-d0d47aa17e027a9bd1ccceec3ca1ecfea84c7658.tar.bz2 | |
Fix [324ffb0d9]: Files missing from distribution
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 5119331..7d5fa2e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2038,12 +2038,14 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen | ( cd $(COMPAT_DIR)/zlib ; xargs tar cf - ) \ | ( cd $(DISTDIR)/compat/zlib ; tar xfp - ) @mkdir $(DISTDIR)/libtommath - cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h $(DISTDIR)/libtommath + @( cd $(TOP_DIR)/libtommath; find . -type f -print ) \ + | ( cd $(TOP_DIR)/libtommath ; xargs tar cf - ) \ + | ( cd $(DISTDIR)/libtommath ; tar xfp - ) @mkdir $(DISTDIR)/tests cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ - $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ - $(DISTDIR)/tests + $(TOP_DIR)/tests/*.bench $(TOP_DIR)/tests/*.tcl \ + $(TOP_DIR)/tests/httpd $(DISTDIR)/tests @mkdir $(DISTDIR)/tests/auto0 for i in auto1 auto2 ; \ do \ |
