summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_docs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 2c895f6..324c019 100755
--- 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