From 76286c4ece36baff3aaabb8a4e1252997d8ad7c4 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sat, 4 Nov 2017 18:05:35 +0100 Subject: [PATCH] Rename README to README.md in some scripts, makefiles,... Was needed after the file itself was renamed. Signed-off-by: Stefan Fuchs --- CMakeLists.txt | 2 +- packaging/OBS/subsurfacedaily.spec | 2 +- packaging/ubuntu/debian/docs | 2 +- scripts/check-version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffcafe05a..9c7222865 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ target_link_libraries(export-html subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES # install Subsurface # first some variables with files that need installing set(DOCFILES - README + README.md ReleaseNotes/ReleaseNotes.txt SupportedDivecomputers.txt ${CMAKE_BINARY_DIR}/Documentation/user-manual.html diff --git a/packaging/OBS/subsurfacedaily.spec b/packaging/OBS/subsurfacedaily.spec index 20af0f516..86c6e150e 100644 --- a/packaging/OBS/subsurfacedaily.spec +++ b/packaging/OBS/subsurfacedaily.spec @@ -149,7 +149,7 @@ desktop-file-install --dir=%{buildroot}/%{_datadir}/applications subsurface.desk %files %defattr(-,root,root) -%doc gpl-2.0.txt README ReleaseNotes/ReleaseNotes.txt +%doc gpl-2.0.txt README.md ReleaseNotes/ReleaseNotes.txt %{_bindir}/subsurface* %{_libdir}/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so %{_datadir}/applications/subsurface.desktop diff --git a/packaging/ubuntu/debian/docs b/packaging/ubuntu/debian/docs index ea4f1cc14..c7b3a8e54 100644 --- a/packaging/ubuntu/debian/docs +++ b/packaging/ubuntu/debian/docs @@ -1,5 +1,5 @@ gpl-2.0.txt -README +README.md Readme.testing Readme.ubuntu ReleaseNotes/ReleaseNotes.txt diff --git a/scripts/check-version b/scripts/check-version index 1770ba5f4..525d65d22 100755 --- a/scripts/check-version +++ b/scripts/check-version @@ -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