diff options
author | ng0 <ng0@infotropique.org> | 2017-09-30 10:38:49 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-30 10:38:49 +0000 |
commit | 90a2295c1004f57668b491908d304a986cc87d52 (patch) | |
tree | 02279ffe562adc56bc771cf65450070819973870 /contrib | |
parent | dc629f387ee54f67286ae22fe73b8f4498e0e8d6 (diff) |
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')
-rw-r--r-- | contrib/packages/guix/gnunet-doc.scm | 4 |
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 @@ ("texinfo-5" ,texinfo-5) ; Debian stable ("libtool" ,libtool))) (arguments - `(#:tests? #f ;Don't run tests + `(#:configure-flags + (list "--enable-documentation") + #:tests? #f ;Don't run tests #:phases (modify-phases %standard-phases (add-after 'unpack 'autoconf |