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):
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"