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: Copying generated


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Copying generated docs into dedicated directory
Date: Thu, 15 Jun 2017 20:49:24 +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 51a7abc  Copying generated docs into dedicated directory
51a7abc is described below

commit 51a7abc5f2408923a0286eee8126bad758f79298
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 20:48:59 2017 +0200

    Copying generated docs into dedicated directory
---
 taler-build/update_docs.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index ff1c69a..87b7573 100755
--- a/taler-build/update_docs.sh
+++ b/taler-build/update_docs.sh
@@ -17,6 +17,9 @@ fetch
 ./configure --enable-only-doc
 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/
 
 # 2 exchange
 cd $HOME/exchange
@@ -26,16 +29,25 @@ fetch
 make pdf
 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/
 
 # 3 frontends tutorials
 cd $HOME/merchant-frontend-examples
 fetch
 make
+cp php/doc/tutorial.pdf $HOME/build/merchant-frontend/php/pdf/
+cp php/doc/tutorial.html $HOME/build/merchant-frontend/php/html/
+cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/
+cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/
 
 # 4 api
 cd $HOME/api
 fetch
 make html
+cp -r api/_build/html/* $HOME/build/api/html/
+
 
 # 5 onboarding
 cd $HOME/deployment
@@ -43,3 +55,5 @@ fetch
 cd doc/
 texi2pdf onboarding.texi
 texi2html onboarding.texi
+cp doc/onboarding.html $HOME/build/onboarding/html/
+cp doc/onboarding.pdf $HOME/build/onboarding/pdf/

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



reply via email to

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