aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-03-31 10:54:26 +0000
committerNils Gillmann <ng0@n0.is>2018-03-31 10:54:26 +0000
commitc60051643fe8bc3e6ec4dcc6dc28d1fc03bfe740 (patch)
treecea06f78187a03918790c6532a33e880a4854481 /Makefile.am
parent29d2fd50260dd3f41ba5209579656d3a15005fec (diff)
downloadgnunet-c60051643fe8bc3e6ec4dcc6dc28d1fc03bfe740.tar.gz
gnunet-c60051643fe8bc3e6ec4dcc6dc28d1fc03bfe740.zip
This should almost make it possible to pass --enable-documentation-only
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 41967a513..6864b4956 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,10 @@ if !TALER_ONLY
7 SUBDIRS += contrib 7 SUBDIRS += contrib
8endif 8endif
9 9
10if DOCUMENTATION_ONLY
11 SUBDIRS = doc
12endif
13
10EXTRA_DIST = \ 14EXTRA_DIST = \
11 ABOUT-NLS \ 15 ABOUT-NLS \
12 config.rpath \ 16 config.rpath \