summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-25 14:05:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-25 14:05:13 (GMT)
commit7a39ccec01ad0c3a6cc0f7fa1662f92f87c58dd1 (patch)
tree18338c3885cfabc8328e56399cffda3318a6de36 /unix/Makefile.in
parentc1617bb90af0cb596871fea41ebc5f36ea1ea89b (diff)
parentdc7625ccd3a00dba6a55b37c190b2cae3b58ea4f (diff)
downloadtk-7a39ccec01ad0c3a6cc0f7fa1662f92f87c58dd1.zip
tk-7a39ccec01ad0c3a6cc0f7fa1662f92f87c58dd1.tar.gz
tk-7a39ccec01ad0c3a6cc0f7fa1662f92f87c58dd1.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 271cb07..0d7e415 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1580,9 +1580,14 @@ $(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure
$(UNIX_DIR)/tkConfig.h.in: $(MAC_OSX_DIR)/configure
cd $(MAC_OSX_DIR); autoheader; touch $@
-dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC_OSX_DIR)/configure $(TOP_DIR)/doc/man.macros genstubs
+$(TOP_DIR)/manifest.uuid:
+ printf "git." >$(TOP_DIR)/manifest.uuid
+ git rev-parse HEAD >>$(TOP_DIR)/manifest.uuid
+
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC_OSX_DIR)/configure $(TOP_DIR)/doc/man.macros $(TOP_DIR)/manifest.uuid genstubs
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) $(TOP_DIR)/license.terms $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix
$(DIST_INSTALL_DATA) $(UNIX_DIR)/configure.ac $(UNIX_DIR)/tk.spec \