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: modify deployment


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: modify deployment to properly update CSS of all manuals
Date: Sat, 14 Oct 2017 11:35:27 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8756117  modify deployment to properly update CSS of all manuals
8756117 is described below

commit 875611776203727de67974a933144070c54b216b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 14 11:34:32 2017 +0200

    modify deployment to properly update CSS of all manuals
---
 taler-build/update_docs.sh | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 386010c..debc011 100755
--- a/taler-build/update_docs.sh
+++ b/taler-build/update_docs.sh
@@ -19,6 +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 doc/*.css $HOME/build/merchant-backend/manual/html/
 cp -r doxygen-doc/html/* $HOME/build/merchant-backend/doxygen/
 
 # 2 exchange
@@ -42,8 +43,12 @@ 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 php/doc/*.css $HOME/build/merchant-frontend/php/html/
+cp php/doc/*.jpg $HOME/build/merchant-frontend/php/html/
 cp python/doc/tutorial.pdf $HOME/build/merchant-frontend/python/pdf/
 cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/
+cp python/doc/*.css $HOME/build/merchant-frontend/python/html/
+cp python/doc/*.jpg $HOME/build/merchant-frontend/python/html/
 
 # 4 api
 cd $HOME/api
@@ -51,13 +56,12 @@ fetch
 make html
 cp -r _build/html/* $HOME/build/api/html/
 
-
 # 5 onboarding
 cd $HOME/deployment
 fetch
 cd doc/
-texi2pdf onboarding.texi
-texi2html onboarding.texi
+make all
+cp *.css $HOME/build/onboarding/html/
 cp onboarding.html $HOME/build/onboarding/html/
 cp 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]