(Unix) Changed the man page gzip compression to follow the Debian policy.

This commit is contained in:
Leon Styhre 2021-04-02 09:46:31 +02:00
parent 824179e9a2
commit a83804491f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -54,7 +54,7 @@ help2man --section 6 --no-info --include $TEMPFILE_INPUT $ESBINARY > $TEMPFILE_O
cat $TEMPFILE_OUTPUT | sed s/"EmulationStation Desktop Edition, Emulator Front\\\-end"/""/g | \
sed s/"Set to at least"/".br\nSet to at least"/ > $TARGET_FILENAME
gzip $TARGET_FILENAME
gzip -9 $TARGET_FILENAME
mv ${TARGET_FILENAME}.gz ../es-app/assets/
echo "The man page was generated and saved to ../es-app/assets/emulationstation.6.gz"