Skip to content

Commit

Permalink
Improve make -f Makefile.aut clean.
Browse files Browse the repository at this point in the history
Docs.
  • Loading branch information
gwsw committed Mar 11, 2020
1 parent 0d8178e commit 23182cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 157 deletions.
1 change: 1 addition & 0 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ lint:

clean:
rm -f Makefile config.status config.log config.cache defines.h stamp-h \
configure defines.h.in funcs.h help.c \
README NEWS \
less.nro less.man lesskey.nro lesskey.man lessecho.nro lessecho.man

Expand Down
5 changes: 5 additions & 0 deletions NEWS.VER
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

* Treat Hangul Jamo medial vowels and final consonants as zero width.

* Display error message immediately when -o is toggled and
input is not a pipe.

* Fix display bug in WIN32C version.

* Support libtinfow.

======================================================================
Expand Down
156 changes: 0 additions & 156 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ v551 6/10/19 Doc changes.
v552 7/8/19 Update Unicode tables.
v553 10/17/19 Support tinfow; handle zero-width Hangul chars.
v554 1/19/20 Remove erroneous free().
v555
v555 Display error msg immediately when toggle -o without stdin.
*/

char version[] = "555x";

0 comments on commit 23182cf

Please sign in to comment.