From: drjaska Date: Tue, 6 Aug 2024 18:45:08 +0000 (+0300) Subject: Slightly improve make help output X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=06b6dae1e9c43bbb7c2c75e235df121790b23b4c;p=xonotic%2Fxonotic.git Slightly improve make help output --- diff --git a/Makefile b/Makefile index d7d329d2..8a22289a 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,13 @@ help: @echo @printf " \e[1;33m===== Xonotic Makefile for stable and beta releases =====\e[m\n" @echo - @printf "The DarkPlaces Engine builds will be named \e[1m$(CLIENT) \e[mand \e[1m$(SERVER)\e[m\n" - @printf "and will be preferred by \e[1mxonotic-linux-sdl.sh \e[mand \e[1mxonotic-linux-dedicated.sh \e[mscripts.\n" + @printf "The DarkPlaces Engine builds will be named \e[1;32m$(CLIENT) \e[mand \e[1;32m$(SERVER)\e[m\n" + @printf "and will be preferred by \e[1;32mxonotic-linux-sdl.sh \e[mand \e[1;32mxonotic-linux-dedicated.sh \e[mscripts\n" + @echo "which should be used to play with the SDL client or host a dedicated server (respectively)." + @echo + @echo "Moving binaries or data files outside of this directory is not officially supported as" + @echo "this isn't compatible with the included updater and the working directory may be incorrect." + @printf "The above \e[1;32mscripts\e[m may be called from elsewhere via symlinks, .desktop files, or other scripts.\n" @echo @printf "More info is available at \e[1;36mhttps://gitlab.com/xonotic/xonotic/-/wikis/Compiling\e[m\n" @echo @@ -42,8 +47,8 @@ help: @echo " make update-stable Update to the latest stable release via rsync" @echo " make update-beta Update to the latest beta autobuild via rsync" @echo - @printf " make server Compile \e[1m$(SERVER)\e[m\n" - @printf " make client Compile \e[1m$(CLIENT)\e[m\n" + @printf " make server Compile \e[1;32m$(SERVER)\e[m\n" + @printf " make client Compile \e[1;32m$(CLIENT)\e[m\n" @echo " make both" @echo