diff --git a/tools/webdoc b/tools/webdoc index 840c17b..49ce0df 100755 --- a/tools/webdoc +++ b/tools/webdoc @@ -103,6 +103,8 @@ webify() # generate the documentation from the master branch git checkout "${WEBDOC_BRANCH:-origin/master}" \ + && autoreconf -fvi \ + && ./configure \ && make doc-html \ && git checkout - \ && ln -sf "../manual.html" "$path_doc_multi/easejs.html" \