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: fix doxygen path


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix doxygen path
Date: Thu, 15 Jun 2017 20:52:17 +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 0d8c998  fix doxygen path
0d8c998 is described below

commit 0d8c998f67792468c91a2f573d0f21fdc803e5b8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 20:52:13 2017 +0200

    fix doxygen path
---
 taler-build/update_docs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 87b7573..90ac7e8 100755
--- a/taler-build/update_docs.sh
+++ b/taler-build/update_docs.sh
@@ -19,7 +19,7 @@ make
 doxygen
 cp doc/manual.pdf $HOME/build/merchant-backend/manual/pdf/
 cp doc/manual.html $HOME/build/merchant-backend/manual/html/
-cp -r doc/doxygen-doc/html/* $HOME/build/merchant-backend/doxygen/
+cp -r doxygen-doc/html/* $HOME/build/merchant-backend/doxygen/
 
 # 2 exchange
 cd $HOME/exchange
@@ -31,7 +31,7 @@ make html
 doxygen
 cp doc/taler-exchange.pdf $HOME/build/exchange/manual/pdf/
 cp doc/taler-exchange.html/* $HOME/build/exchange/manual/html/
-cp -r doc/doxygen-doc/html/* $HOME/build/exchange/doxygen/
+cp -r doxygen-doc/html/* $HOME/build/exchange/doxygen/
 
 # 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]