From: Nikos Mavrogiannopoulos Date: Fri, 3 Jan 2020 15:58:04 +0000 (+0100) Subject: .gitlab-ci.yml: identify on runtime to db2epub directory X-Git-Tag: 3.6.12~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a2186f98a4472a2b1ca7263ed7ce40a4309f2d67;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: identify on runtime to db2epub directory Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5cb565831..29f436596b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,8 +74,9 @@ doc-dist.Fedora: - make -C doc stamp_enums - make -j$(nproc) - make -C doc gnutls.html - - PATH="$PATH:/usr/share/sgml/docbook/xsl-stylesheets-1.79.1/epub/bin/" make -C doc gnutls.epub - - PATH="$PATH:/usr/share/sgml/docbook/xsl-stylesheets-1.79.1/epub/bin/" make -C doc/latex gnutls.pdf + - make -C doc/latex gnutls.pdf + - DB2EPUBDIR=$(dirname $(find /usr/share/sgml/docbook/xsl-ns-stylesheets-*/epub/bin/ -name dbtoepub -print)) + - PATH="$PATH:$DB2EPUBDIR" make -C doc gnutls.epub # check whether distribution with or without included libopts is ok - make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-local-libopts --disable-tests" - make distcheck