From f7ece9f16ff78092599832981c15000b9a33abca Mon Sep 17 00:00:00 2001 From: Will Duquette Date: Tue, 28 Oct 2014 18:30:01 -0700 Subject: [PATCH] Added dist, updated README. --- README.md | 10 ++++++++++ project.quill | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 488913d..64318c8 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,13 @@ too much effort into v3 to be interested in Notebook v2.1.3. Recently, though, I've been interested in getting Notebook v2.1.3 working again, using all of the latest Tcl/Tk bells and whistles. +This version is labeled Notebook v2.2.0; it's essentially Notebook v2.1.3 +with the minimal changes required to get it working with the latest version +of Tcl/Tk. I've not tested it thoroughly, but feel free to try it; your +data is always saved in a plain text file, so you aren't going to lose anything. + +If you find any bugs, please write me a bug on the Notebook issue tracker +at https://github.com/wduquette/notebook/issues. + +Will Duquette - will@wjduquette.com + diff --git a/project.quill b/project.quill index 3c8e57f..3de1b77 100644 --- a/project.quill +++ b/project.quill @@ -5,4 +5,14 @@ require Tcl 8.6.1 require snit 2.3 require BWidget 1.9 require textutil::expander 1.3.1 -require textutil::adjust 0.7.1 \ No newline at end of file +require textutil::adjust 0.7.1 + +dist install-%platform { + %apps + docs/*.html + docs/*/*.html + docs/*.md + LICENSE + README.md + +} \ No newline at end of file