aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/run-gendocs.sh
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-10-25 22:36:10 +0200
committerxrs <xrs@mail36.net>2017-10-25 22:36:10 +0200
commit92b6a83e9ba576ba237d47d780f3b9b10bb26588 (patch)
treebca8f723ca2de2ed76bd3bbe416bf9472a7b96cb /doc/documentation/run-gendocs.sh
parent9356f42f546d61ccfb6a3ec46605c9b83fdc8546 (diff)
parent17e755c71521be9a84f0f3b46d1de6962298f733 (diff)
downloadgnunet-92b6a83e9ba576ba237d47d780f3b9b10bb26588.tar.gz
gnunet-92b6a83e9ba576ba237d47d780f3b9b10bb26588.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'doc/documentation/run-gendocs.sh')
-rwxr-xr-xdoc/documentation/run-gendocs.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/documentation/run-gendocs.sh b/doc/documentation/run-gendocs.sh
new file mode 100755
index 000000000..6e9d43b48
--- /dev/null
+++ b/doc/documentation/run-gendocs.sh
@@ -0,0 +1,18 @@
1#!/bin/sh
2
3make version.texi
4make version2.texi
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 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
17cp "index.html" manual/
18printf "Success"