summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2020-01-03 16:58:04 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-03 23:15:42 +0100
commita2186f98a4472a2b1ca7263ed7ce40a4309f2d67 (patch)
tree67de350112c65d97eff09f844053a868f4daadd2 /.gitlab-ci.yml
parent1f6a3966729b78202f6eb094d5b819a046aed888 (diff)
downloadgnutls-a2186f98a4472a2b1ca7263ed7ce40a4309f2d67.tar.gz
.gitlab-ci.yml: identify on runtime to db2epub directory
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
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