taler-deployment

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

commit 51bf9170207c17f5bbe11e7aa13628eacde59383
parent bacfe01639f35da0699a5694b49d1eebe1910df7
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Jun 2017 18:21:52 +0200

build doxygen

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

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