From 374fd5cb08ab19792accb1ecc7ac1978ffde7b32 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 7 Jan 2011 18:22:28 +0100 Subject: Build `doc/modules' before `doc/user'. * doc/Makefile.am (SUBDIRS): Build `modules' first. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index a61c128..fc150df 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = user modules man +SUBDIRS = modules user man EXTRA_DIST = \ dir/dir.skb \ -- cgit v1.2.3