From fd000407bdb400d6df788072ee298d220e180e1a Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sun, 28 Oct 2018 23:14:07 +0100 Subject: [PATCH] sigrok-cross-mingw: Also build PV manual --- cross-compile/mingw/sigrok-cross-mingw | 1 + 1 file changed, 1 insertion(+) diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index 81b03e6..51b75a7 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -235,6 +235,7 @@ $CMAKE \ -DENABLE_TESTS=y \ . make $PARALLEL $V +make manual if [ $DEBUG = 1 ]; then make install $V else -- 2.30.2