taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 22508b62a9fdb6d4180b2162b8aa70f2454330e7
parent 0757d9fb52365e43ffda18fde929accae6ebd7b7
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  5 Jun 2017 09:19:30 +0200

using --enable-only-doc option

Diffstat:
Mtaler-build/update_docs.sh | 14++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh @@ -14,21 +14,15 @@ fetch () { cd $HOME/merchant fetch ./bootstrap -./configure --with-gnunet=$HOME/local \ - --with-exchange=$HOME/local \ - --with-microhttpd=$HOME/local -cd doc/ -make pdf +./configure --enable-only-doc +make # 2 exchange cd $HOME/exchange fetch ./bootstrap -./configure --with-libgnurl=$HOME/local \ - --with-microhttpd=$HOME/local \ - --with-gnunet=$HOME/local -cd doc/ -make pdf +./configure --enable-only-doc +make # 3 frontends tutorials cd $HOME/merchant-frontend-examples