diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-17 13:04:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-17 13:04:22 (GMT) |
| commit | decd71e586dc5c70e991464fa1323758c04b8fd5 (patch) | |
| tree | 23a58659eed2d8b98b25a0d5bde6c5ddb8c258a0 /unix | |
| parent | 9e969e258413193be1aef28da0a65aa91cf1e230 (diff) | |
| parent | f0b2e78030b03fe6c4b79b5f617c76c16f65e3b5 (diff) | |
| download | tcl-decd71e586dc5c70e991464fa1323758c04b8fd5.zip tcl-decd71e586dc5c70e991464fa1323758c04b8fd5.tar.gz tcl-decd71e586dc5c70e991464fa1323758c04b8fd5.tar.bz2 | |
TIP 693: Restart the changes files.
First version of "changes.md", derived from the 9.0b1 release notes. Far from complete.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 801a3f5..0495799 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2339,7 +2339,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen $(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.decls $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/README $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic - $(DIST_INSTALL_DATA) $(TOP_DIR)/changes $(TOP_DIR)/README.md \ + $(DIST_INSTALL_DATA) $(TOP_DIR)/changes.md $(TOP_DIR)/README.md \ $(TOP_DIR)/license.terms $(DISTDIR) $(INSTALL_DATA_DIR) $(DISTDIR)/library $(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ |
