summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-05 08:22:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-05 08:22:48 (GMT)
commit3e1188c6d8a52f3626d4ebc3f2d377bdcef89254 (patch)
tree42c157a29d8c4ee779055b35342972975ce89a77 /unix/Makefile.in
parent2c31408730b380d1b0b8912909f3b6c9019f5608 (diff)
downloadtk-3e1188c6d8a52f3626d4ebc3f2d377bdcef89254.zip
tk-3e1188c6d8a52f3626d4ebc3f2d377bdcef89254.tar.gz
tk-3e1188c6d8a52f3626d4ebc3f2d377bdcef89254.tar.bz2
Correct "make dist" for removed buttons.bmp file
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 99aee52..5592c6c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1728,7 +1728,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC
$(DISTDIR)/win
$(DIST_INSTALL_SCRIPT) $(TOP_DIR)/win/configure $(DISTDIR)/win
$(INSTALL_DATA_DIR) $(DISTDIR)/win/rc
- $(DIST_INSTALL_DATA) $(TOP_DIR)/win/rc/*.{rc,cur,ico,bmp} $(DISTDIR)/win/rc
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/win/rc/*.{rc,cur,ico} $(DISTDIR)/win/rc
$(INSTALL_DATA_DIR) $(DISTDIR)/macosx
$(DIST_INSTALL_DATA) $(MAC_OSX_DIR)/GNUmakefile $(MAC_OSX_DIR)/README \
$(MAC_OSX_DIR)/*.icns $(MAC_OSX_DIR)/*.tiff \