aboutsummaryrefslogtreecommitdiff
path: root/doc/README.txt
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 /doc/README.txt
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 'doc/README.txt')
-rw-r--r--doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt
index 2abe479dd..fbbc24424 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -14,7 +14,7 @@ guix environment gnunet-doc
14 14
15You need to have Texinfo and Texlive in your path. 15You need to have Texinfo and Texlive in your path.
16sh bootstrap 16sh bootstrap
17./configure 17./configure --enable-documentation
18cd doc 18cd doc
19make doc-all-give-me-the-noise 19make doc-all-give-me-the-noise
20 20