summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-25 13:06:57 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-26 12:43:18 +0200
commitb52735336857be24206e062b0a00501b1f0c597d (patch)
tree2a91be37a073422e87e3e83a36925ecbaef9e814 /.gitlab-ci.yml
parent7a2f81e178ee9b29090a9cac286f38e9996a389d (diff)
downloadgnutls-b52735336857be24206e062b0a00501b1f0c597d.tar.gz
manpage generation: cleanup
Recognize parameters of the form unsigned char name[8], and do not print obscure warnings. Furthermore gdoc will fail when a function parameter is not described or when no function is found. This addresses the generation of undetected errors in generated manpages. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c8a297ead..561fcbf349 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ doc-dist.Fedora:
script:
- SUBMODULE_NOFETCH=1 ./bootstrap
- CFLAGS="-std=c99 -O2 -g" dash ./configure --disable-gcc-warnings --cache-file cache/config.cache --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-non-suiteb-curves --enable-gtk-doc --disable-maintainer-mode
- - make -C doc stamp-vti && make -C doc stamp-1 && make -j$(nproc)
+ - make -C doc stamp-vti && make -C doc stamp-1 && 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 &&
make -C doc/latex gnutls.pdf