summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJaak Ristioja <jaak.ristioja@cyber.ee>2013-01-29 11:27:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-10 11:32:22 +0100
commit82a1682a4977553aa2c35992cb35343ce31c3eda (patch)
tree9f4e8ea6a1edf2e75407fe88febf0bfde11a6a63 /Makefile.am
parent857b78842e7b4d0bc02869e21fa9da967df7bc6c (diff)
downloadgnutls-82a1682a4977553aa2c35992cb35343ce31c3eda.tar.gz
Add option to disable generation of any documentation for GnuTLS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a37e7e1c20..e95f3e73ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,11 @@ if ENABLE_DANE
SUBDIRS += libdane
endif
-SUBDIRS += po src doc tests
+SUBDIRS += po src
+if ENABLE_DOC
+SUBDIRS += doc
+endif
+SUBDIRS += tests
if HAVE_GUILE
SUBDIRS += guile