diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-19 08:51:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-19 08:51:42 (GMT) |
commit | 75c30053637add08acc694b8d87297a9264752da (patch) | |
tree | ba92b1fdf15b6c8c20a81fc3caa657831d65cbfc /unix/Makefile.in | |
parent | a7eeb52034bae8e4eae1809bb4a1f711e4d818e9 (diff) | |
download | tk-75c30053637add08acc694b8d87297a9264752da.zip tk-75c30053637add08acc694b8d87297a9264752da.tar.gz tk-75c30053637add08acc694b8d87297a9264752da.tar.bz2 |
Update build scripts (backported from 8.7/9.0). Travis is no longer supported (probably won't even work any more). typo in tkMenubutton.h
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0567e41..2074720 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1675,7 +1675,6 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC $(TEST_DIR)/option.file* $(DISTDIR)/tests mkdir $(DISTDIR)/tests/ttk cp -p $(TEST_DIR)/ttk/*.{test,tcl} $(DISTDIR)/tests/ttk - cp -p $(TOP_DIR)/.travis.yml $(DISTDIR) mkdir -p $(DISTDIR)/.github/workflows cp -p $(TOP_DIR)/.github/workflows/*.yml $(DISTDIR)/.github/workflows |