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 backoffice do


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix backoffice docs built directory path
Date: Wed, 17 Jan 2018 15:28:27 +0100

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 389dadd  fix backoffice docs built directory path
389dadd is described below

commit 389dadd8e19bc4c87fbf690c53141dc26cb086f3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 17 15:28:06 2018 +0100

    fix backoffice docs built directory path
---
 taler-build/update_doc_backoffice.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/taler-build/update_doc_backoffice.sh 
b/taler-build/update_doc_backoffice.sh
index a098bef..dc5d773 100755
--- a/taler-build/update_doc_backoffice.sh
+++ b/taler-build/update_doc_backoffice.sh
@@ -13,8 +13,8 @@ fetch () {
 cd $HOME/backoffice/doc/
 fetch
 make
-mkdir -p $HOME/build/backoffice/manual/pdf
-mkdir -p $HOME/build/backoffice/manual/html
-cp manual.pdf $HOME/build/backoffice/manual/pdf/
-cp manual.html $HOME/build/backoffice/manual/html/
-cp *.css $HOME/build/backoffice/manual/html/
+mkdir -p $HOME/build/backoffice/pdf
+mkdir -p $HOME/build/backoffice/html
+cp manual.pdf $HOME/build/backoffice/pdf/
+cp manual.html $HOME/build/backoffice/html/
+cp *.css $HOME/build/backoffice/html/

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



reply via email to

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