mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Small update to the man page generation script.
This commit is contained in:
parent
e726eea19f
commit
9c82b6cf38
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue