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