summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-08 11:04:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-08 11:04:27 (GMT)
commitb021637b916ce6d470cfd37964d3730f3825a76a (patch)
treeaead6dc278150f448e1505ab3e0ec07db662f3ac
parentc49ee52235dad2b967761792f26223f54edec25f (diff)
downloadtcl-b021637b916ce6d470cfd37964d3730f3825a76a.zip
tcl-b021637b916ce6d470cfd37964d3730f3825a76a.tar.gz
tcl-b021637b916ce6d470cfd37964d3730f3825a76a.tar.bz2
Fix [31c54e6a59]: Add missing test files.
Put back excluded_pages in tcltk-man2html.tcl: As long as Tk 8.7b1 is not updated, this is needed to make the Tk 8.7b1 build work at all.
-rwxr-xr-xtools/tcltk-man2html.tcl2
-rw-r--r--unix/Makefile.in15
2 files changed, 14 insertions, 3 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index e5580c1..2b35bd8 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -578,7 +578,7 @@ proc plus-pkgs {type args} {
## Set up some special cases. It would be nice if we didn't have them,
## but we do...
##
-set excluded_pages {}
+set excluded_pages {case menubar pack-old}
set forced_index_pages {GetDash}
set process_first_patterns {*/ttk_widget.n */options.n}
set ensemble_commands {
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a081bb8..3f05a27 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2326,6 +2326,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(INSTALL_DATA_DIR) $(DISTDIR)/tests
$(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(DISTDIR)/tests
$(DIST_INSTALL_DATA) $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \
+ $(TOP_DIR)/tests/*.bench $(TOP_DIR)/tests/*.tar.gz \
$(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \
$(TOP_DIR)/tests/auto-files.zip $(DISTDIR)/tests
@mkdir $(DISTDIR)/tests/auto0
@@ -2341,6 +2342,16 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(DIST_INSTALL_DATA) $(TOP_DIR)/tests/auto0/$$i/*.tm \
$(DISTDIR)/tests/auto0/$$i; \
done;
+ @mkdir $(DISTDIR)/tests/zipfiles
+ $(INSTALL_DATA_DIR) $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/*.zip \
+ $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/README \
+ $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/LICENSE-libzip \
+ $(DISTDIR)/tests/zipfiles
+ $(INSTALL_DATA_DIR) $(DISTDIR)/tests-perf
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests-perf/*.tcl $(DISTDIR)/tests-perf
$(INSTALL_DATA_DIR) $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/configure.ac \
@@ -2374,8 +2385,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(UNIX_DIR)/dltest/README $(DISTDIR)/unix/dltest
$(INSTALL_DATA_DIR) $(DISTDIR)/tools
$(DIST_INSTALL_DATA) $(TOOL_DIR)/README $(TOOL_DIR)/*.c $(TOOL_DIR)/*.svg \
- $(TOOL_DIR)/*.tcl $(TOOL_DIR)/*.bmp \
- $(TOOL_DIR)/valgrind_suppress $(DISTDIR)/tools
+ $(TOOL_DIR)/*.tcl $(TOOL_DIR)/*.bmp $(TOOL_DIR)/valgrind_suppress \
+ $(TOOL_DIR)/valgrind_check_success $(DISTDIR)/tools
chmod 755 $(DISTDIR)/tools/checkLibraryDoc.tcl \
$(DISTDIR)/tools/findBadExternals.tcl \
$(DISTDIR)/tools/loadICU.tcl \