From 94ee23b5e9c88d9965627d7deb692750df24869a Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 25 Oct 2017 18:32:02 +0000 Subject: [PATCH] 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: -@image{images/gnunet-gtk-0-10,5in,, picture of gnunet-gtk application} +@c @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 gnunet-developers@gnu.org gnunet "GNUnet reference handbook" -./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" +./gendocs.sh --email gnunet-developers@gnu.org 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 gnunet-developers@gnu.org 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" -- 2.25.1