aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-25 18:01:51 +0000
committerng0 <ng0@infotropique.org>2017-10-25 18:01:51 +0000
commitee87f542aaebedc406fe3924bfa5f793e5b9d2c3 (patch)
tree75a852bf6c74a5a88bd5285b182023e38154e5d4
parentacdece2b628af7c8e1f18ab9d84c2d016555c10a (diff)
downloadgnunet-ee87f542aaebedc406fe3924bfa5f793e5b9d2c3.tar.gz
gnunet-ee87f542aaebedc406fe3924bfa5f793e5b9d2c3.zip
gendocs
-rw-r--r--contrib/packages/guix/gnunet-doc.scm8
-rw-r--r--doc/documentation/Makefile.am1
-rwxr-xr-x[-rw-r--r--]doc/documentation/gendocs.sh (renamed from doc/gendocs.sh)0
-rw-r--r--doc/documentation/gendocs_template (renamed from doc/gendocs_template)0
-rw-r--r--doc/documentation/gendocs_template_min (renamed from doc/gendocs_template_min)0
-rw-r--r--doc/documentation/gnunet-c-tutorial.texi6
-rwxr-xr-xdoc/documentation/run-gendocs.sh6
7 files changed, 15 insertions, 6 deletions
diff --git a/contrib/packages/guix/gnunet-doc.scm b/contrib/packages/guix/gnunet-doc.scm
index b7b0156a0..b1ede6612 100644
--- a/contrib/packages/guix/gnunet-doc.scm
+++ b/contrib/packages/guix/gnunet-doc.scm
@@ -144,9 +144,11 @@
144 (replace 'build 144 (replace 'build
145 (lambda _ 145 (lambda _
146 (chdir "doc/documentation") 146 (chdir "doc/documentation")
147 (zero? (system* "make" "pdf")) 147 ;;(zero? (system* "make" "dev-build"))))
148 (zero? (system* "make" "html")) 148 (zero? (system* "sh" "run-gendocs.sh"))))
149 (zero? (system* "make" "info")))) 149 ;; (zero? (system* "make" "pdf"))
150 ;; (zero? (system* "make" "html"))
151 ;; (zero? (system* "make" "info"))))
150 ;;(zero? (system* "make" "doc-all-give-me-the-noise")))) 152 ;;(zero? (system* "make" "doc-all-give-me-the-noise"))))
151 (replace 'install 153 (replace 'install
152 (lambda _ 154 (lambda _
diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am
index bcdeaadb2..5bcf3d2a3 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -123,6 +123,7 @@ EXTRA_DIST = \
123 $(gnunet_TEXINFOS) \ 123 $(gnunet_TEXINFOS) \
124 $(gnunet_tutorial_examples) \ 124 $(gnunet_tutorial_examples) \
125 htmlxref.cnf \ 125 htmlxref.cnf \
126 run-gendocs.sh \
126 docstyle.css 127 docstyle.css
127 128
128 129
diff --git a/doc/gendocs.sh b/doc/documentation/gendocs.sh
index 3b71b36a2..3b71b36a2 100644..100755
--- a/doc/gendocs.sh
+++ b/doc/documentation/gendocs.sh
diff --git a/doc/gendocs_template b/doc/documentation/gendocs_template
index 178f6cb4c..178f6cb4c 100644
--- a/doc/gendocs_template
+++ b/doc/documentation/gendocs_template
diff --git a/doc/gendocs_template_min b/doc/documentation/gendocs_template_min
index 112fa3bfb..112fa3bfb 100644
--- a/doc/gendocs_template_min
+++ b/doc/documentation/gendocs_template_min
diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi
index 1b216cdaa..aca40d2ef 100644
--- a/doc/documentation/gnunet-c-tutorial.texi
+++ b/doc/documentation/gnunet-c-tutorial.texi
@@ -341,9 +341,9 @@ a mesh on top of a DHT).
341@c syntax as described below. 341@c syntax as described below.
342@c TODO: Checkout the makedoc script Guile uses. 342@c TODO: Checkout the makedoc script Guile uses.
343 343
344@image{images/gnunet-tutorial-service,,5in,Service with API and network protocol,.png} 344@c FIXME!!!
345 345@c @image{images/gnunet-tutorial-service,,5in,Service with API and network protocol,.png}
346@image{images/gnunet-tutorial-system,,5in,The layered system architecture of GNUnet,.png} 346@c @image{images/gnunet-tutorial-system,,5in,The layered system architecture of GNUnet,.png}
347 347
348@c \begin{figure}[!h] 348@c \begin{figure}[!h]
349@c \begin{center} 349@c \begin{center}
diff --git a/doc/documentation/run-gendocs.sh b/doc/documentation/run-gendocs.sh
new file mode 100755
index 000000000..96b41ea7b
--- /dev/null
+++ b/doc/documentation/run-gendocs.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3make version.texi
4make version2.texi
5./gendocs.sh --email gnunet-developers@gnu.org gnunet "GNUnet reference handbook"
6./gendocs.sh --email gnunet-developers@gnu.org gnunet-c-tutorial "GNUnet C Tutorial"