aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/run-gendocs.sh
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-25 18:32:02 +0000
committerng0 <ng0@infotropique.org>2017-10-25 18:32:02 +0000
commit94ee23b5e9c88d9965627d7deb692750df24869a (patch)
treec6558fd0f760001a2dcdb60c9efd5c97a7d4118f /doc/documentation/run-gendocs.sh
parentee87f542aaebedc406fe3924bfa5f793e5b9d2c3 (diff)
downloadgnunet-94ee23b5e9c88d9965627d7deb692750df24869a.tar.gz
gnunet-94ee23b5e9c88d9965627d7deb692750df24869a.zip
fix
Diffstat (limited to 'doc/documentation/run-gendocs.sh')
-rwxr-xr-xdoc/documentation/run-gendocs.sh15
1 files changed, 13 insertions, 2 deletions
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 @@
2 2
3make version.texi 3make version.texi
4make version2.texi 4make version2.texi
5./gendocs.sh --email gnunet-developers@gnu.org gnunet "GNUnet reference handbook" 5./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial" -o "manual/gnunet-c-tutorial"
6./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "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 handbook" -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
17printf "Success"