Skip to content

Commit

Permalink
Run automake and autoconf everytime on a docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancall committed Sep 19, 2018
1 parent 483b1b3 commit 171830f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/jenkins/bin/docs.sh
Expand Up @@ -20,9 +20,8 @@
test -z "${ATS_MAKE}" && ATS_MAKE="make"
test ! -z "${WORKSPACE}" && cd "${WORKSPACE}/src"

# This avoids redoing the configure on every doc build, which is somewhat annoying
[ ! -f configure ] && autoreconf -fi
[ ! -f config.nice ] && ./configure --enable-docs
# Run configure on the docs builds each time in case there have been updates
autoreconf -fi && ./configure --enable-docs || exit 1

cd doc

Expand Down

0 comments on commit 171830f

Please sign in to comment.