Skip to content

Commit

Permalink
Added dist, updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wduquette committed Oct 29, 2014
1 parent a252a64 commit f7ece9f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

12 changes: 11 additions & 1 deletion project.quill
Original file line number Diff line number Diff line change
Expand Up @@ -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
require textutil::adjust 0.7.1

dist install-%platform {
%apps
docs/*.html
docs/*/*.html
docs/*.md
LICENSE
README.md

}

0 comments on commit f7ece9f

Please sign in to comment.