From 9c82b6cf3898be3f49e816e467aedb53bf3bc4be Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 14 Mar 2021 21:35:19 +0100 Subject: [PATCH] Small update to the man page generation script. --- tools/generate_man_page.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/generate_man_page.sh b/tools/generate_man_page.sh index 4d135e78a..3449dcea8 100755 --- a/tools/generate_man_page.sh +++ b/tools/generate_man_page.sh @@ -35,7 +35,7 @@ EmulationStation Desktop Edition is a front-end for browsing and launching games It's intended to be used in conjunction with emulators such as the RetroArch cores. [AUTHOR] -Leon Styhre (Desktop Edition fork) +Leon Styhre (Desktop Edition fork) RetroPie community (RetroPie fork) @@ -57,5 +57,7 @@ sed s/"Set to at least"/".br\nSet to at least"/ > $TARGET_FILENAME gzip $TARGET_FILENAME mv ${TARGET_FILENAME}.gz ../es-app/assets/ +echo "The man page was generated and saved to ../es-app/assets/emulationstation.6.gz" + rm $TEMPFILE_INPUT rm $TEMPFILE_OUTPUT