aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-25 18:32:02 +0000
committerng0 <ng0@infotropique.org>2017-10-25 18:32:02 +0000
commit94ee23b5e9c88d9965627d7deb692750df24869a (patch)
treec6558fd0f760001a2dcdb60c9efd5c97a7d4118f /doc
parentee87f542aaebedc406fe3924bfa5f793e5b9d2c3 (diff)
downloadgnunet-94ee23b5e9c88d9965627d7deb692750df24869a.tar.gz
gnunet-94ee23b5e9c88d9965627d7deb692750df24869a.zip
fix
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/user.texi2
-rwxr-xr-xdoc/documentation/run-gendocs.sh15
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}
60in your menus. After starting @code{gnunet-gtk}, you should see the 60in your menus. After starting @code{gnunet-gtk}, you should see the
61following window: 61following window:
62 62
63@image{images/gnunet-gtk-0-10,5in,, picture of gnunet-gtk application} 63@c @image{images/gnunet-gtk-0-10,5in,, picture of gnunet-gtk application}
64 64
65The five images on top represent the five different graphical applications 65The five images on top represent the five different graphical applications
66that you can use within @code{gnunet-gtk}. They are (from left to right): 66that 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 @@
2 2
3make version.texi 3make version.texi
4make version2.texi 4make version2.texi
5./gendocs.sh --email gnunet-developers@gnu.org gnunet "GNUnet reference handbook" 5./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" -o "manual/gnunet-c-tutorial"
6./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" 6#cd manual
7#mkdir gnunet-c-tutorial
8#mv * gnunet-c-tutorial/
9#cd ..
10./gendocs.sh --email gnunet-developers@gnu.org gnunet "GNUnet reference handbook" -o "manual/gnunet"
11#cd manual
12#mkdir handbook
13#mkdir ../tmp-gnunet
14#mv gnunet ../tmp-gnunet
15#mv * handbook/
16#mv ../tmp-gnunet gnunet
17printf "Success"