From 90a2295c1004f57668b491908d304a986cc87d52 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 30 Sep 2017 10:38:49 +0000 Subject: 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. --- contrib/packages/guix/gnunet-doc.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/packages/guix') 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 -- cgit v1.2.3