From 38a22ebd5527485618d4a1c385351820d60f2dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 19 May 2022 22:54:08 +0200 Subject: [PATCH] These are not Linux exclusive. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 23db6817d1..181a2e9074 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ # using system libraries for native dependencies, run: # make [prefix=/foo] [bindir=/bar/bin] TARGETPLATFORM=unix-generic install # -# to install Linux startup scripts, desktop files, icons, and MIME metadata +# to install FreeDesktop startup scripts, desktop files, icons, and MIME metadata # make install-linux-shortcuts # -# to install Linux AppStream metadata +# to install FreeDesktop AppStream metadata # make install-linux-appdata # # for help, run: @@ -176,10 +176,10 @@ help: @echo 'using system libraries for native dependencies, run:' @echo ' make [RUNTIME=net6] [prefix=/foo] [bindir=/bar/bin] TARGETPLATFORM=unix-generic install' @echo - @echo 'to install Linux startup scripts, desktop files, icons, and MIME metadata' + @echo 'to install FreeDesktop startup scripts, desktop files, icons, and MIME metadata' @echo ' make install-linux-shortcuts' @echo - @echo 'to install Linux AppStream metadata' + @echo 'to install FreeDesktop AppStream metadata' @echo ' make install-linux-appdata' ########################### MAKEFILE SETTINGS ##########################