forked from kiss-community/repo
foot-pgo: ensure manual pages are installed when scdoc available
This commit is contained in:
parent
dfb4b51cc3
commit
0a025705d7
@ -24,7 +24,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 \
|
||||||
-Db_lto=true \
|
-Db_lto=true \
|
||||||
../..
|
../..
|
||||||
@ -71,6 +70,7 @@ ninja
|
|||||||
ninja install
|
ninja install
|
||||||
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
"$DESTDIR/usr/share/doc" \
|
||||||
"$DESTDIR/usr/share/zsh" \
|
"$DESTDIR/usr/share/zsh" \
|
||||||
"$DESTDIR/usr/share/fish" \
|
"$DESTDIR/usr/share/fish" \
|
||||||
"$DESTDIR/usr/share/bash-completion"
|
"$DESTDIR/usr/share/bash-completion"
|
||||||
|
Loading…
Reference in New Issue
Block a user