Skip to content

Commit

Permalink
(cherry-pick): Make sure that tkUuid.h doesn't end up in "make dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 12, 2024
1 parent 7417ba9 commit 8df66fd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(TOP_DIR)/manifest.uuid $(DISTDIR)
cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix
cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/tkUnixDefault.h \
$(UNIX_DIR)/tkUnixInt.h $(UNIX_DIR)/tkUnixPort.h $(DISTDIR)/unix
cp $(TOP_DIR)/license.terms $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix
chmod 664 $(DISTDIR)/unix/Makefile.in
cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in $(UNIX_DIR)/tk.spec \
Expand Down Expand Up @@ -1592,14 +1593,15 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC
$(TTK_DIR)/ttkGenStubs.tcl $(DISTDIR)/generic/ttk
mkdir $(DISTDIR)/win
cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win
cp $(TOP_DIR)/win/configure \
cp -p $(TOP_DIR)/win/configure \
$(TOP_DIR)/win/*.in \
$(TOP_DIR)/win/aclocal.m4 $(TOP_DIR)/win/tcl.m4 \
$(DISTDIR)/win
cp -p $(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.bat $(DISTDIR)/win
cp -p $(TOP_DIR)/win/*.vc $(DISTDIR)/win
cp -p $(TOP_DIR)/win/README $(DISTDIR)/win
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win
$(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.bat \
$(TOP_DIR)/win/tkWin.h $(TOP_DIR)/win/tkWinDefault.h \
$(TOP_DIR)/win/tkWinInt.h \
$(TOP_DIR)/win/tkWinPort.h $(TOP_DIR)/win/tkWinSendCom.h \
$(TOP_DIR)/win/*.vc $(TOP_DIR)/win/README \
$(TOP_DIR)/license.terms $(DISTDIR)/win
mkdir $(DISTDIR)/win/rc
cp -p $(TOP_DIR)/win/wish.exe.manifest.in $(DISTDIR)/win/
cp -p $(TOP_DIR)/win/rc/*.{rc,cur,ico,bmp} $(DISTDIR)/win/rc
Expand Down

0 comments on commit 8df66fd

Please sign in to comment.