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: handle case where


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: handle case where no Makefile is found inside merchant tutorial directory.
Date: Thu, 30 Mar 2017 02:12:04 +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 9a44040  handle case where no Makefile is found inside merchant 
tutorial directory.
9a44040 is described below

commit 9a440400214be01bfd37956bb93f17cb2222c983
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 30 02:11:36 2017 +0200

    handle case where no Makefile is found inside merchant
    tutorial directory.
---
 taler-build/update_docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 54caafa..40c1fb1 100755
--- a/taler-build/update_docs.sh
+++ b/taler-build/update_docs.sh
@@ -10,5 +10,5 @@ for i in merchant/doc merchant-frontend-examples; do
   branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || 
echo HEAD)
   git reset --hard "$branch"
 
-  make
+  make || (texi2html manual.texi; texi2pdf manual.texi)
 done

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



reply via email to

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