aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix/gnunet-doc.scm
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-30 10:38:49 +0000
committerng0 <ng0@infotropique.org>2017-09-30 10:38:49 +0000
commit90a2295c1004f57668b491908d304a986cc87d52 (patch)
tree02279ffe562adc56bc771cf65450070819973870 /contrib/packages/guix/gnunet-doc.scm
parentdc629f387ee54f67286ae22fe73b8f4498e0e8d6 (diff)
downloadgnunet-90a2295c1004f57668b491908d304a986cc87d52.tar.gz
gnunet-90a2295c1004f57668b491908d304a986cc87d52.zip
build-process: pass '--enable-documentation' to ONLY build the documentation.
This obviously defaults to NO. Furthermore add DISTCLEANFILES to 'doc/Makefile.am'. Adjust contrib/packages/guix/gnunet-doc.scm to it.
Diffstat (limited to 'contrib/packages/guix/gnunet-doc.scm')
-rw-r--r--contrib/packages/guix/gnunet-doc.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/packages/guix/gnunet-doc.scm b/contrib/packages/guix/gnunet-doc.scm
index a988e1125..9974c1b51 100644
--- a/contrib/packages/guix/gnunet-doc.scm
+++ b/contrib/packages/guix/gnunet-doc.scm
@@ -128,7 +128,9 @@
128 ("texinfo-5" ,texinfo-5) ; Debian stable 128 ("texinfo-5" ,texinfo-5) ; Debian stable
129 ("libtool" ,libtool))) 129 ("libtool" ,libtool)))
130 (arguments 130 (arguments
131 `(#:tests? #f ;Don't run tests 131 `(#:configure-flags
132 (list "--enable-documentation")
133 #:tests? #f ;Don't run tests
132 #:phases 134 #:phases
133 (modify-phases %standard-phases 135 (modify-phases %standard-phases
134 (add-after 'unpack 'autoconf 136 (add-after 'unpack 'autoconf