taler-deployment

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

commit bacfe01639f35da0699a5694b49d1eebe1910df7
parent 60f5e30cde29c782685cac8244e7002537469dab
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Jun 2017 18:18:15 +0200

exchange doc needs explicit 'make pdf' and 'make html' to build.

Diffstat:
Mtaler-build/update_docs.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh @@ -22,7 +22,8 @@ cd $HOME/exchange fetch ./bootstrap ./configure --enable-only-doc -make +make pdf +make html # 3 frontends tutorials cd $HOME/merchant-frontend-examples