aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/run-gendocs.sh
blob: d0257017722dc707a4f451251552ee23697e0dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

make version.texi
make version2.texi
./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 Manual" -o "manual/gnunet"
#cd manual
#mkdir handbook
#mkdir ../tmp-gnunet
#mv gnunet ../tmp-gnunet
#mv * handbook/
#mv ../tmp-gnunet gnunet
cp "index.html" manual/
printf "Success"