gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: using --enable-on


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: using --enable-only-doc option
Date: Mon, 05 Jun 2017 09:19:59 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 22508b6  using --enable-only-doc option
22508b6 is described below

commit 22508b62a9fdb6d4180b2162b8aa70f2454330e7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 5 09:19:30 2017 +0200

    using --enable-only-doc option
---
 taler-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
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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]