summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-04 22:45:09 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-04 22:45:23 +0100
commit1aa61314dad8161d23c7a416d29d8717315460a3 (patch)
tree9009e57e2209499be5ba779fae7e479cfeff8941 /Makefile.am
parent9c2b8ef47a2f954d72ac957eb6b6d212456107ce (diff)
downloadgnutls-1aa61314dad8161d23c7a416d29d8717315460a3.tar.gz
build documentation last
That allows the examples to depend on libgnu_gpl.la
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f6b199c12..fed5690515 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,14 +28,12 @@ SUBDIRS += libdane
endif
SUBDIRS += po
-if ENABLE_DOC
-SUBDIRS += doc
-endif
if ENABLE_TOOLS
SUBDIRS += src
else
SUBDIRS += src/gl
endif
+
if ENABLE_TESTS
SUBDIRS += tests
endif
@@ -44,6 +42,11 @@ if HAVE_GUILE
SUBDIRS += guile
endif
+if ENABLE_DOC
+SUBDIRS += doc
+endif
+
+
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I src/libopts/m4 -I src/gl/m4
EXTRA_DIST = cfg.mk maint.mk .clcopying