From d750f01684639f6cd50701220babb58ebb0fc1c4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 30 Dec 2020 14:19:18 +0100 Subject: [PATCH] Clarified that the tools scripts should only be used on Linux systems. --- tools/generate_man_page.sh | 2 ++ tools/mame_create_index_files.sh | 2 ++ tools/mame_merge_index_files.sh | 2 ++ tools/update_theme_formatversion.sh | 2 ++ tools/update_version_string.sh | 2 ++ 5 files changed, 10 insertions(+) diff --git a/tools/generate_man_page.sh b/tools/generate_man_page.sh index 33aa685db..702843bcb 100755 --- a/tools/generate_man_page.sh +++ b/tools/generate_man_page.sh @@ -8,6 +8,8 @@ # # The command help2man must be installed, or the script will fail. # +# This script is intended to only be used on Linux systems. +# # Leon Styhre # 2020-07-16 # diff --git a/tools/mame_create_index_files.sh b/tools/mame_create_index_files.sh index b73581283..054efd29c 100755 --- a/tools/mame_create_index_files.sh +++ b/tools/mame_create_index_files.sh @@ -15,6 +15,8 @@ # https://www.mamedev.org/release.php # It's enough to download the driver information, not the complete emulator. # +# This script is intended to only be used on Linux systems. +# # Leon Styhre # 2020-06-16 # diff --git a/tools/mame_merge_index_files.sh b/tools/mame_merge_index_files.sh index fc9ad5135..9d4fedb2b 100755 --- a/tools/mame_merge_index_files.sh +++ b/tools/mame_merge_index_files.sh @@ -11,6 +11,8 @@ # There is not much error checking going on here, this script is not intended to be # used by the end user. # +# This script is intended to only be used on Linux systems. +# # Leon Styhre # 2020-06-16 # diff --git a/tools/update_theme_formatversion.sh b/tools/update_theme_formatversion.sh index 7ea33d567..b2d132f7d 100755 --- a/tools/update_theme_formatversion.sh +++ b/tools/update_theme_formatversion.sh @@ -3,6 +3,8 @@ # update_theme_formatversion.sh # Update the format version of all the XML files in a theme set. # +# This script is intended to only be used on Linux systems. +# # Leon Styhre # 2020-06-22 # diff --git a/tools/update_version_string.sh b/tools/update_version_string.sh index 7d2892d63..ef5c90659 100755 --- a/tools/update_version_string.sh +++ b/tools/update_version_string.sh @@ -16,6 +16,8 @@ # es-app/assets/EmulationStation-DE_Info.plist # es-app/assets/emulationstation.desktop # +# This script is intended to only be used on Linux systems. +# # Leon Styhre # 2020-12-30 #