summaryrefslogtreecommitdiff
path: root/taler-build/update_docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/update_docs.sh')
-rwxr-xr-xtaler-build/update_docs.sh14
1 files changed, 4 insertions, 10 deletions
diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 6098149..f4040a8 100755
--- 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