aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-14 21:30:59 +0000
committerng0 <ng0@n0.is>2018-01-14 21:30:59 +0000
commit020893243a2dde911d5853ade8070fcef9c5fad9 (patch)
tree5c335c4d51d758e36046e969feebab222ac38938 /Makefile.am
parent8e9d7943d18cf5b941804829fec6c9ebbf9dfd46 (diff)
downloadgnunet-020893243a2dde911d5853ade8070fcef9c5fad9.tar.gz
gnunet-020893243a2dde911d5853ade8070fcef9c5fad9.zip
Makefile, configure.ac, doc/Makefile: Add the ability to opt-out of documentation building with --disable-documentation, defaults to --enable-documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 7fae33e0f..41967a513 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4if DOC_ONLY 4SUBDIRS = doc m4 src po pkgconfig
5 SUBDIRS = doc m4 po pkgconfig
6else
7 SUBDIRS = doc m4 src po pkgconfig
8endif
9 5
10if !TALER_ONLY 6if !TALER_ONLY
11 SUBDIRS += contrib 7 SUBDIRS += contrib