diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-17 12:04:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-17 12:04:22 (GMT) |
commit | f842b3719b0217887e9d078d7990bbaf6d3e5334 (patch) | |
tree | f783ed8f8cfedba8fc889a0cbba439cc579bdf71 /unix/Makefile.in | |
parent | 04a393a76af1794a4f0c45911f8af2af4cb4cc4e (diff) | |
download | tk-f842b3719b0217887e9d078d7990bbaf6d3e5334.zip tk-f842b3719b0217887e9d078d7990bbaf6d3e5334.tar.gz tk-f842b3719b0217887e9d078d7990bbaf6d3e5334.tar.bz2 |
Add Travis and github action build scripts to "make dist"
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1e2d67a..194ec33 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1626,6 +1626,9 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M $(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 alldist: dist rm -f $(DISTROOT)/$(DISTNAME)-src.tar.gz $(DISTROOT)/$(ZIPNAME) |