aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-27 11:01:08 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-27 11:01:08 +0900
commit3d7a012590a04bc982eedea351a606cd5f1cc851 (patch)
treec1889af7d23221711a622897651878a1f6db6929 /Makefile.am
parentd567285664821f426e8de152f16df5806f8ac57f (diff)
downloadgnunet-3d7a012590a04bc982eedea351a606cd5f1cc851.tar.gz
gnunet-3d7a012590a04bc982eedea351a606cd5f1cc851.zip
BUILD: Do not build whole documentation if manpages are also enabled
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 30cc02bc9..2a687c37e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,11 +13,6 @@ if DOCUMENTATION
13 SUBDIRS += doc 13 SUBDIRS += doc
14endif 14endif
15 15
16# only manpages, needs "doc" subdir
17if INCLUDE_MANPAGES
18 SUBDIRS += doc
19endif
20
21SUBDIRS += contrib 16SUBDIRS += contrib
22 17
23EXTRA_DIST = \ 18EXTRA_DIST = \