mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
(Unix) Changed the man page gzip compression to follow the Debian policy.
This commit is contained in:
parent
824179e9a2
commit
a83804491f
Binary file not shown.
|
@ -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 | \
|
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
|
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/
|
mv ${TARGET_FILENAME}.gz ../es-app/assets/
|
||||||
|
|
||||||
echo "The man page was generated and saved to ../es-app/assets/emulationstation.6.gz"
|
echo "The man page was generated and saved to ../es-app/assets/emulationstation.6.gz"
|
||||||
|
|
Loading…
Reference in a new issue