From bdc4540801e654b2f9c7668531f143fa010199d4 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Mon, 22 Apr 2013 17:27:52 +0200 Subject: Build library before docs Build system improvement. Otherwise building docs fails on a clean checkout. [#26] --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e483381..9360eb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ ## Please keep this file well-commented. # Subdirectories where we also want to run make -SUBDIRS = po docs/reference/endless +# (Make sure that the library is built before the docs) +SUBDIRS = po . docs/reference/endless # Our Autoconf macros are kept in the m4/ directory ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3