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
1 changed files with 1 additions and 1 deletions

View File

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