Skip to content

Commit

Permalink
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 cd07540 commit 4cda3bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC
rm -rf $(DISTDIR)
$(INSTALL_DATA_DIR) $(DISTDIR)/unix
$(DIST_INSTALL_DATA) $(TOP_DIR)/manifest.uuid $(DISTDIR)
$(DIST_INSTALL_DATA) $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix
$(DIST_INSTALL_DATA) $(UNIX_DIR)/*.c $(UNIX_DIR)/tkUnixDefault.h \
$(UNIX_DIR)/tkUnixInt.h $(UNIX_DIR)/tkUnixPort.h $(DISTDIR)/unix
$(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix
$(DIST_INSTALL_DATA) $(UNIX_DIR)/configure.ac $(UNIX_DIR)/tk.spec \
$(UNIX_DIR)/aclocal.m4 $(UNIX_DIR)/tcl.m4 \
Expand Down Expand Up @@ -1727,7 +1728,10 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/*.in $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/configure.ac \
$(TOP_DIR)/win/aclocal.m4 $(TOP_DIR)/win/tcl.m4 \
$(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.bat \
$(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.bat \
$(TOP_DIR)/win/tkWin.h $(TOP_DIR)/win/tkWinDefault.h \
$(TOP_DIR)/win/tkWinIco.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
Expand Down

0 comments on commit 4cda3bf

Please sign in to comment.