foot: ensure manual pages are installed when scdoc available

This commit is contained in:
Dylan Araps 2021-07-27 17:01:55 +03:00
parent 0a025705d7
commit 1010c8cc2b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -4,7 +4,6 @@ meson \
--prefix=/usr \ --prefix=/usr \
--buildtype=release \ --buildtype=release \
--force-fallback-for=fcft,tllist \ --force-fallback-for=fcft,tllist \
-Ddocs=disabled \
-Dime=false \ -Dime=false \
. output . output
@ -12,6 +11,7 @@ ninja -C output
ninja -C output install ninja -C output install
rm -rf \ rm -rf \
"$1/usr/share/doc" \
"$1/usr/share/zsh" \ "$1/usr/share/zsh" \
"$1/usr/share/fish" \ "$1/usr/share/fish" \
"$1/usr/share/bash-completion" "$1/usr/share/bash-completion"