summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-04-22 17:27:52 +0200
committerP. F. Chimento <philip.chimento@gmail.com>2013-04-22 17:27:52 +0200
commitbdc4540801e654b2f9c7668531f143fa010199d4 (patch)
tree01c90afdf020dabc2caefe76b6cb5cdd6e780f57
parent5fd320085624acecbacb29e86f8f32b8702cc3e6 (diff)
Build library before docs
Build system improvement. Otherwise building docs fails on a clean checkout. [#26]
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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