aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm2
-rw-r--r--doc/Makefile.am17
2 files changed, 18 insertions, 1 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 7de216f1d..ac417921b 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -220,7 +220,7 @@
220 (replace 'build 220 (replace 'build
221 (lambda _ 221 (lambda _
222 (chdir "doc") 222 (chdir "doc")
223 (zero? (system* "make" "doc-all")))) 223 (zero? (system* "make" "doc-all-give-me-the-noise"))))
224 (replace 'install 224 (replace 'install
225 (lambda* (#:key outputs #:allow-other-keys) 225 (lambda* (#:key outputs #:allow-other-keys)
226 (let* ((out (assoc-ref outputs "out")) 226 (let* ((out (assoc-ref outputs "out"))
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 72c073496..3e9790a8a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -105,4 +105,21 @@ doc-clean:
105 105
106doc-all: doc-pdf doc-html doc-info doc-pdf-tutorial doc-html-tutorial doc-info-tutorial 106doc-all: doc-pdf doc-html doc-info doc-pdf-tutorial doc-html-tutorial doc-info-tutorial
107 107
108doc-pdf-noise: version.texi
109 @makeinfo --pdf gnunet.texi
110doc-pdf-tutorial-noise: version.texi
111 @makeinfo --pdf gnunet-c-tutorial.texi
112
113doc-html-noise: version.texi
114 @makeinfo --html gnunet.texi
115doc-html-tutorial-noise: version.texi
116 @makeinfo --html gnunet-c-tutorial.texi
117
118doc-info-noise: version.texi
119 @makeinfo --no-split gnunet.texi
120doc-info-tutorial-noise: version.texi
121 @makeinfo --no-split gnunet-c-tutorial.texi
122
123doc-all-give-me-the-noise: doc-pdf-noise doc-html-noise doc-info-noise doc-pdf-tutorial-noise doc-html-tutorial-noise doc-info-tutorial-noise
124
108.PHONY: version.texi 125.PHONY: version.texi