fix
authorng0 <ng0@infotropique.org>
Wed, 25 Oct 2017 18:32:02 +0000 (18:32 +0000)
committerng0 <ng0@infotropique.org>
Wed, 25 Oct 2017 18:32:02 +0000 (18:32 +0000)
doc/documentation/chapters/user.texi
doc/documentation/run-gendocs.sh

index 61a2e06e8682cd63d94ee76c2c89fd0e48b96628..6e339c6976b1f755943f3612de0943b4879f926f 100644 (file)
@@ -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):
index 96b41ea7bb20bc7685d92493a492ec5285b9d702..bd5da30d3074e72b12f23559aa82228e676534a5 100755 (executable)
@@ -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"