aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/run-gendocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/run-gendocs.sh')
-rwxr-xr-xdoc/documentation/run-gendocs.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/documentation/run-gendocs.sh b/doc/documentation/run-gendocs.sh
deleted file mode 100755
index 5e60a2d0f..000000000
--- a/doc/documentation/run-gendocs.sh
+++ /dev/null
@@ -1,18 +0,0 @@
1#!/bin/sh
2
3make 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
17cp "index.html" manual/
18printf "Success"