mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rename README to README.md in some scripts, makefiles,...
Was needed after the file itself was renamed. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
617c6d3564
commit
76286c4ece
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ set -eu
|
|||
#set -x
|
||||
|
||||
# You would typically add/remove files to/from the list
|
||||
files="Documentation/user-manual.txt Makefile README ReleaseNotes/ReleaseNotes.txt"
|
||||
files="Documentation/user-manual.txt Makefile README.md ReleaseNotes/ReleaseNotes.txt"
|
||||
|
||||
whine() {
|
||||
echo "$0: $*" >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue