aboutsummaryrefslogtreecommitdiff
path: root/doc/run-gendocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/run-gendocs.sh')
-rwxr-xr-xdoc/run-gendocs.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/run-gendocs.sh b/doc/run-gendocs.sh
new file mode 100755
index 0000000..e4976bd
--- /dev/null
+++ b/doc/run-gendocs.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3make version.texi
4./gendocs.sh --email gnunet-developers@gnu.org gnunet-guile "GNUnet Guile Reference Manual" -o "manual/gnunet-guile"
5cp "index.html" manual/
6printf "Success"