mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
@ -350,7 +350,7 @@ target_link_libraries(export-html subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES
|
||||||
# install Subsurface
|
# install Subsurface
|
||||||
# first some variables with files that need installing
|
# first some variables with files that need installing
|
||||||
set(DOCFILES
|
set(DOCFILES
|
||||||
README
|
README.md
|
||||||
ReleaseNotes/ReleaseNotes.txt
|
ReleaseNotes/ReleaseNotes.txt
|
||||||
SupportedDivecomputers.txt
|
SupportedDivecomputers.txt
|
||||||
${CMAKE_BINARY_DIR}/Documentation/user-manual.html
|
${CMAKE_BINARY_DIR}/Documentation/user-manual.html
|
||||||
|
|
|
@ -149,7 +149,7 @@ desktop-file-install --dir=%{buildroot}/%{_datadir}/applications subsurface.desk
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc gpl-2.0.txt README ReleaseNotes/ReleaseNotes.txt
|
%doc gpl-2.0.txt README.md ReleaseNotes/ReleaseNotes.txt
|
||||||
%{_bindir}/subsurface*
|
%{_bindir}/subsurface*
|
||||||
%{_libdir}/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so
|
%{_libdir}/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so
|
||||||
%{_datadir}/applications/subsurface.desktop
|
%{_datadir}/applications/subsurface.desktop
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
gpl-2.0.txt
|
gpl-2.0.txt
|
||||||
README
|
README.md
|
||||||
Readme.testing
|
Readme.testing
|
||||||
Readme.ubuntu
|
Readme.ubuntu
|
||||||
ReleaseNotes/ReleaseNotes.txt
|
ReleaseNotes/ReleaseNotes.txt
|
||||||
|
|
|
@ -15,7 +15,7 @@ set -eu
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
# You would typically add/remove files to/from the list
|
# 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() {
|
whine() {
|
||||||
echo "$0: $*" >&2
|
echo "$0: $*" >&2
|
||||||
|
|
Loading…
Reference in a new issue