gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Wed, 25 Oct 2017 20:32:08 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 94ee23b5e fix
94ee23b5e is described below

commit 94ee23b5e9c88d9965627d7deb692750df24869a
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 25 18:32:02 2017 +0000

    fix
---
 doc/documentation/chapters/user.texi |  2 +-
 doc/documentation/run-gendocs.sh     | 15 +++++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/doc/documentation/chapters/user.texi 
b/doc/documentation/chapters/user.texi
index 61a2e06e8..6e339c697 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -60,7 +60,7 @@ Depending on your distribution, you may also find 
@code{gnunet-gtk}
 in your menus. After starting @code{gnunet-gtk}, you should see the
 following window:
 
address@hidden/gnunet-gtk-0-10,5in,, picture of gnunet-gtk application}
address@hidden @image{images/gnunet-gtk-0-10,5in,, picture of gnunet-gtk 
application}
 
 The five images on top represent the five different graphical applications
 that you can use within @code{gnunet-gtk}. They are (from left to right):
diff --git a/doc/documentation/run-gendocs.sh b/doc/documentation/run-gendocs.sh
index 96b41ea7b..bd5da30d3 100755
--- a/doc/documentation/run-gendocs.sh
+++ b/doc/documentation/run-gendocs.sh
@@ -2,5 +2,16 @@
 
 make version.texi
 make version2.texi
-./gendocs.sh --email address@hidden gnunet "GNUnet reference handbook"
-./gendocs.sh --email address@hidden gnunet-c-tutorial "GNUnet C Tutorial"
+./gendocs.sh --email address@hidden gnunet-c-tutorial "GNUnet C Tutorial" -o 
"manual/gnunet-c-tutorial"
+#cd manual
+#mkdir gnunet-c-tutorial
+#mv * gnunet-c-tutorial/
+#cd ..
+./gendocs.sh --email address@hidden gnunet "GNUnet reference handbook" -o 
"manual/gnunet"
+#cd manual
+#mkdir handbook
+#mkdir ../tmp-gnunet
+#mv gnunet ../tmp-gnunet
+#mv * handbook/
+#mv ../tmp-gnunet gnunet
+printf "Success"

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



reply via email to

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