aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.md (renamed from LICENSE.GPL)0
-rw-r--r--cmake/README.md6
-rw-r--r--cmake/scripts/linux/Install.cmake2
-rw-r--r--docs/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--docs/PULL_REQUEST_TEMPLATE.md (renamed from PULL_REQUEST_TEMPLATE.md)0
-rw-r--r--docs/README.Android.md (renamed from docs/README.android)0
-rw-r--r--[-rwxr-xr-x]docs/README.Fedora.md (renamed from docs/README.fedora)0
-rw-r--r--docs/README.FreeBSD.md (renamed from docs/README.FreeBSD)0
-rw-r--r--docs/README.Linux.md (renamed from docs/README.linux)2
-rw-r--r--docs/README.RaspberryPi.md (renamed from docs/README.raspberrypi)0
-rw-r--r--docs/README.Ubuntu.md (renamed from docs/README.ubuntu)0
-rw-r--r--docs/README.iOS.md (renamed from docs/README.ios.md)0
-rw-r--r--docs/README.macOS.md (renamed from docs/README.osx.md)0
-rw-r--r--docs/README.openSUSE.md (renamed from docs/README.opensuse)0
-rw-r--r--tools/Linux/packaging/README.debian2
-rw-r--r--tools/depends/README.md (renamed from tools/depends/README)0
16 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE.GPL b/LICENSE.md
index 47d19c5596..47d19c5596 100644
--- a/LICENSE.GPL
+++ b/LICENSE.md
diff --git a/cmake/README.md b/cmake/README.md
index b7d95874b2..6712b6f7aa 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -31,7 +31,7 @@ The dependencies required to build on Linux can be found in
The cross compilation environment for the Raspberry Pi as well as the
dependencies have to be installed as explained in
-[docs/README.raspberrypi](https://github.com/xbmc/xbmc/tree/master/docs/README.raspberrypi).
+[docs/README.RaspberryPi](https://github.com/xbmc/xbmc/tree/master/docs/README.RaspberryPi.md).
### Windows
@@ -47,7 +47,7 @@ and that the mingw libs (ffmpeg, libdvd and others) are built using
### macOS
For macOS the required dependencies can be found in
-[docs/README.osx.md](https://github.com/xbmc/xbmc/tree/master/docs/README.osx.md).
+[docs/README.macOS.md](https://github.com/xbmc/xbmc/tree/master/docs/README.macOS.md).
On macOS it is necessary to build the dependencies in `tools/depends` using
`./bootstrap && ./configure --host=<PLATFORM> && make`. The other steps such
@@ -57,7 +57,7 @@ as these steps are covered already by the CMake project.
### Android
The dependencies needed to compile for Android can be found in
-[docs/README.android](https://github.com/xbmc/xbmc/tree/master/docs/README.android)
+[docs/README.Android](https://github.com/xbmc/xbmc/tree/master/docs/README.Android.md)
. All described steps have to be executed (except 5.2 which is replaced by the
respective CMake command below).
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index c3d9d7bd2d..1bcad38996 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -138,7 +138,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserve
install(FILES ${CMAKE_SOURCE_DIR}/copying.txt
${CMAKE_SOURCE_DIR}/LICENSE.GPL
${CMAKE_SOURCE_DIR}/version.txt
- ${CMAKE_SOURCE_DIR}/docs/README.linux
+ ${CMAKE_SOURCE_DIR}/docs/README.Linux.md
DESTINATION ${docdir}
COMPONENT kodi)
diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index ae70b6394d..ae70b6394d 100644
--- a/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
diff --git a/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md
index ed898ddfba..ed898ddfba 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/docs/PULL_REQUEST_TEMPLATE.md
diff --git a/docs/README.android b/docs/README.Android.md
index c2d04d154c..c2d04d154c 100644
--- a/docs/README.android
+++ b/docs/README.Android.md
diff --git a/docs/README.fedora b/docs/README.Fedora.md
index 3321e05ff6..3321e05ff6 100755..100644
--- a/docs/README.fedora
+++ b/docs/README.Fedora.md
diff --git a/docs/README.FreeBSD b/docs/README.FreeBSD.md
index 4d752c670a..4d752c670a 100644
--- a/docs/README.FreeBSD
+++ b/docs/README.FreeBSD.md
diff --git a/docs/README.linux b/docs/README.Linux.md
index e7e722010c..cc517095f8 100644
--- a/docs/README.linux
+++ b/docs/README.Linux.md
@@ -100,7 +100,7 @@ Note: For developers and anyone else who compiles frequently it is recommended t
For this, you need to specify the PPA in your apt sources.
Please find them on the following wiki link:
-Note: See README.ubuntu as well
+Note: See README.Ubuntu.md as well
http://kodi.wiki/index.php?title=Official_Ubuntu_PPA
diff --git a/docs/README.raspberrypi b/docs/README.RaspberryPi.md
index 9ed09a8eb8..9ed09a8eb8 100644
--- a/docs/README.raspberrypi
+++ b/docs/README.RaspberryPi.md
diff --git a/docs/README.ubuntu b/docs/README.Ubuntu.md
index 75cba3846e..75cba3846e 100644
--- a/docs/README.ubuntu
+++ b/docs/README.Ubuntu.md
diff --git a/docs/README.ios.md b/docs/README.iOS.md
index 28a6c9f616..28a6c9f616 100644
--- a/docs/README.ios.md
+++ b/docs/README.iOS.md
diff --git a/docs/README.osx.md b/docs/README.macOS.md
index ba66ed95cc..ba66ed95cc 100644
--- a/docs/README.osx.md
+++ b/docs/README.macOS.md
diff --git a/docs/README.opensuse b/docs/README.openSUSE.md
index 125db44f35..125db44f35 100644
--- a/docs/README.opensuse
+++ b/docs/README.openSUSE.md
diff --git a/tools/Linux/packaging/README.debian b/tools/Linux/packaging/README.debian
index 06ce8c99c7..5e217d3b1a 100644
--- a/tools/Linux/packaging/README.debian
+++ b/tools/Linux/packaging/README.debian
@@ -4,7 +4,7 @@ There are two available build methods:
1.) debuild / debhelper
Requirements: debhelper, devscripts, all Kodi build deps
sudo apt-get install debhelper devscripts
- sudo apt-get build-dep kodi (if you have one of our repos/ppas added, else read docs/README.linux or docs/README.ubuntu)
+ sudo apt-get build-dep kodi (if you have one of our repos/ppas added, else read docs/README.Linux.md or docs/README.Ubuntu.md)
Result: Debian package for your host distribution and architecture only
Recommended for local installs
diff --git a/tools/depends/README b/tools/depends/README.md
index 4c48585b30..4c48585b30 100644
--- a/tools/depends/README
+++ b/tools/depends/README.md