Skip to content

Commit

Permalink
Merge pull request #2585 from a3a3el/feature/best-compression-for-inf…
Browse files Browse the repository at this point in the history
…o-file

build: use best compression when installing info
  • Loading branch information
djcb authored Nov 4, 2023
2 parents 14c2b37 + 548abda commit afb98aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/meson-install-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ infofile=$2
# install
if test -z "${DESTDIR}"; then
install-info --info-dir "${infodir}" "${infodir}/${infofile}"
gzip --force "${infodir}/${infofile}"
gzip --best --force "${infodir}/${infofile}"
fi

0 comments on commit afb98aa

Please sign in to comment.