From 408f37c9f38c74cfc41595ebeaedcc830f25d845 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 27 May 2019 21:06:52 +0000 Subject: Rename top README to README.md, just as done in Tcl. Reformat to md format. --- README | 41 ----------------------------------------- README.md | 37 +++++++++++++++++++++++++++++++++++++ unix/Makefile.in | 2 +- 3 files changed, 38 insertions(+), 42 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 4d1dc24..0000000 --- a/README +++ /dev/null @@ -1,41 +0,0 @@ -README: Tk - This is the Tk 8.5.19 source distribution. - http://sourceforge.net/projects/tcl/files/Tcl/ - You can get any source release of Tk from the URL above. - -1. Introduction ---------------- - -This directory contains the sources and documentation for Tk, a -cross-platform GUI toolkit implemented with the Tcl scripting language. - -For details on features, incompatibilities, and potential problems with -this release, see the Tcl/Tk 8.5 Web page at - - http://www.tcl.tk/software/tcltk/8.5.html - -or refer to the "changes" file in this directory, which contains a -historical record of all changes to Tk. - -Tk is maintained, enhanced, and distributed freely by the Tcl community. -Source code development and tracking of bug reports and feature requests -takes place at: - - http://core.tcl.tk/tk/ - -with the Tcl Developer Xchange at: - - http://www.tcl.tk/ - -Tk is a freely available open source package. You can do virtually -anything you like with it, such as modifying it, redistributing it, -and selling it either in whole or in part. See the file -"license.terms" for complete information. - -2. See Tcl README ------------------ - -Please see the README file that comes with the associated Tcl release -for more information. There are pointers there to extensive -documentation. In addition, there are additional README files -in the subdirectories of this distribution. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf03af1 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# README: Tk + +This is the **Tk 8.5.19** source distribution. + +You can get any source release of Tk from [our distribution +site](https://sourceforge.net/projects/tcl/files/Tcl/). + + +## 1. Introduction + +This directory contains the sources and documentation for Tk, a +cross-platform GUI toolkit implemented with the Tcl scripting language. + +For details on features, incompatibilities, and potential problems with +this release, see [the Tcl/Tk 8.5 Web page](https://www.tcl.tk/software/tcltk/8.5.html) +or refer to the "changes" file in this directory, which contains a +historical record of all changes to Tk. + +Tk is maintained, enhanced, and distributed freely by the Tcl community. +Source code development and tracking of bug reports and feature requests +takes place at [core.tcl-lang.org](https://core.tcl-lang.org/). +Tcl/Tk release and mailing list services are [hosted by +SourceForge](https://sourceforge.net/projects/tcl/) +with the Tcl Developer Xchange hosted at +[www.tcl-lang.org](https://www.tcl-lang.org). + +Tk is a freely available open source package. You can do virtually +anything you like with it, such as modifying it, redistributing it, +and selling it either in whole or in part. See the file +`license.terms` for complete information. + +## 2. See Tcl README.md + +Please see the README.md file that comes with the associated Tcl release +for more information. There are pointers there to extensive +documentation. In addition, there are additional README files +in the subdirectories of this distribution. diff --git a/unix/Makefile.in b/unix/Makefile.in index 83e6667..45a7601 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1527,7 +1527,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog \ - $(TOP_DIR)/ChangeLog.2??? $(TOP_DIR)/README \ + $(TOP_DIR)/ChangeLog.2??? $(TOP_DIR)/README.md \ $(TOP_DIR)/license.terms $(DISTDIR) rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/generic/ttk -- cgit v0.12