summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-06 11:23:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-06 11:23:06 (GMT)
commitf3a3d2ea6b534f171ebebca6c566a260dfffaf5f (patch)
tree6849d3add3eba767b305fdaa9bb31031602194f5
parenta0e49df50cefc31d8f6289772f872c37632603ee (diff)
downloadtk-f3a3d2ea6b534f171ebebca6c566a260dfffaf5f.zip
tk-f3a3d2ea6b534f171ebebca6c566a260dfffaf5f.tar.gz
tk-f3a3d2ea6b534f171ebebca6c566a260dfffaf5f.tar.bz2
Fix [c4139ac9d1ac6ef2]: Cannot make distribution - ttkGenStubs.tcl removed. (reason: Tcl's genStubs.tcl now has all functionaly of the original ttkGenStubs.tcl)
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index db6cc2c..b48df8b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1568,7 +1568,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M
rm -f $(DISTDIR)/generic/blt*.[ch]
mkdir $(DISTDIR)/generic/ttk
cp -p $(TTK_DIR)/*.[ch] $(TTK_DIR)/ttk.decls \
- $(TTK_DIR)/ttkGenStubs.tcl $(DISTDIR)/generic/ttk
+ $(DISTDIR)/generic/ttk
mkdir $(DISTDIR)/win
cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win
cp $(TOP_DIR)/win/configure.ac \