Rename README files to README.txt (and several similar files).

Files without '.txt' suffix can't be handled well by Windows (users),
hence renaming such text files to *.txt makes FLTK more "Windows-friendly".

There are a few exceptions (this is intentional): README and other files
in bundled libraries (maintained upstream) are not changed.
This commit is contained in:
Albrecht Schlosser
2018-12-10 16:50:56 +01:00
parent 810b914717
commit 7458281545
16 changed files with 81 additions and 66 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
%copyright 1998-2018 by Bill Spitzak and others.
%vendor FLTK Development Team
%license COPYING
%readme README
%readme README.txt
%version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@
%description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
%description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),