[gtk/gtk-3-24] Revert "CI: Disable building man pages in MSYS2 to work around docbook.xsl breakage"



commit 81ef7eb30bae30a353345582ed1fe31c822e654e
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Feb 19 07:39:56 2020 +0100

    Revert "CI: Disable building man pages in MSYS2 to work around docbook.xsl breakage"
    
    This reverts commit 09ec272d47fa60000d13fb54a1bc223adb3aaa4f.
    
    This got fixed in MSYS2

 .gitlab-ci/test-msys2-meson.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 921d0f5c59..598e9bd414 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -38,9 +38,8 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
 ccache --zero-stats
 ccache --show-stats
 
-# man disabled due to https://github.com/msys2/MINGW-packages/issues/6194
 meson \
-    -Dman=false \
+    -Dman=true \
     -Dbroadway_backend=true \
     _build
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]