dev-build/automake-vanilla: compress slotted info pages

As noted in the bug, we install to a different location to accommodate slotting
and hence do not benefit from the automagic compression for /usr/share/doc.

Explicitly opt-in for the info pages we install.

Bug: https://bugs.gentoo.org/922729
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-01-23 05:57:59 +00:00
parent e9f296dbe8
commit 77808ecbd4
4 changed files with 8 additions and 0 deletions

View File

@@ -100,4 +100,6 @@ src_install() {
newenvd - "07automake${idx}" <<-EOF
INFOPATH="${MY_INFODIR}"
EOF
docompress "${MY_INFODIR}"
}

View File

@@ -111,4 +111,6 @@ src_install() {
newenvd - "07automake${idx}" <<-EOF
INFOPATH="${MY_INFODIR}"
EOF
docompress "${MY_INFODIR}"
}

View File

@@ -119,4 +119,6 @@ src_install() {
newenvd - "07automake${idx}" <<-EOF
INFOPATH="${MY_INFODIR}"
EOF
docompress "${MY_INFODIR}"
}

View File

@@ -115,4 +115,6 @@ src_install() {
newenvd - "07automake${idx}" <<-EOF
INFOPATH="${MY_INFODIR}"
EOF
docompress "${MY_INFODIR}"
}