Small update to the man page generation script.

This commit is contained in:
Leon Styhre 2021-03-14 21:35:19 +01:00
parent e726eea19f
commit 9c82b6cf38

View file

@ -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) <https://es-de.org>
Leon Styhre (Desktop Edition fork) <https://es-de.org/>
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