From 0a025705d73b08338ce95e60a9e6a8dcd264ee97 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 27 Jul 2021 17:01:17 +0300 Subject: [PATCH] foot-pgo: ensure manual pages are installed when scdoc available --- wayland/foot-pgo/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/foot-pgo/build b/wayland/foot-pgo/build index b3ba084c..a9c9069e 100755 --- a/wayland/foot-pgo/build +++ b/wayland/foot-pgo/build @@ -24,7 +24,6 @@ meson \ --prefix=/usr \ --buildtype=release \ --force-fallback-for=fcft,tllist \ - -Ddocs=disabled \ -Dime=false \ -Db_lto=true \ ../.. @@ -71,6 +70,7 @@ ninja ninja install rm -rf \ + "$DESTDIR/usr/share/doc" \ "$DESTDIR/usr/share/zsh" \ "$DESTDIR/usr/share/fish" \ "$DESTDIR/usr/share/bash-completion"