Updated webdoc script to run autoreconf (needed for gnu changes)
parent
e98218bcaf
commit
0133bc59d7
|
@ -103,6 +103,8 @@ webify()
|
||||||
|
|
||||||
# generate the documentation from the master branch
|
# generate the documentation from the master branch
|
||||||
git checkout "${WEBDOC_BRANCH:-origin/master}" \
|
git checkout "${WEBDOC_BRANCH:-origin/master}" \
|
||||||
|
&& autoreconf -fvi \
|
||||||
|
&& ./configure \
|
||||||
&& make doc-html \
|
&& make doc-html \
|
||||||
&& git checkout - \
|
&& git checkout - \
|
||||||
&& ln -sf "../manual.html" "$path_doc_multi/easejs.html" \
|
&& ln -sf "../manual.html" "$path_doc_multi/easejs.html" \
|
||||||
|
|
Loading…
Reference in New Issue