fix rest plugin build
[oweals/gnunet.git] / doc / tutorial / run-gendocs.sh
1 #!/bin/sh
2
3 make version.texi/replacement
4
5 ./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" -o "manual/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 Manual" -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
17 cp "index.html" manual/
18 printf "Success"