mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
foot: ensure manual pages are installed when scdoc available
This commit is contained in:
parent
0a025705d7
commit
1010c8cc2b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user