Minor changes to Makefile, HOWTO.INSTALL, CONTRIBUTING.md

Changed Makefile to set shell before setting the SHELL Makefile
    variable.

    Added text to HOWTO.INSTALL to help people with systems that
    lack the readline package.

    Trimmed long line in the CONTRIBUTING.md file.
This commit is contained in:
Landon Curt Noll
2021-12-29 15:16:40 -08:00
parent 738dd0334e
commit ce17b267be
5 changed files with 150 additions and 41 deletions

13
CHANGES
View File

@@ -1,4 +1,15 @@
The following are the changes from calc version 2.14.0.14 to date:
The following are the changes from calc version 2.14.0.15 to date:
Changed Makefile to set shell before setting the SHELL Makefile
variable.
Added text to HOWTO.INSTALL to help people with systems that
lack the readline package.
Trimmed long line in the CONTRIBUTING.md file.
The following are the changes from calc version 2.14.0.14 to 2.14.0.14:
Fixed typo in Makefile.local comment.