From 91e1b53961680a77faef97ad00a49adca2cf78d8 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 24 Apr 2009 11:32:58 +0200 Subject: [PATCH] swap doc compilation order Let's compile the documentation when everything has compiled well, that saves time for devel ;) Signed-off-by: Daniel Lezcano --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 921267132..ede235d49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am -SUBDIRS = doc src test etc scripts -DIST_SUBDIRS = config doc src test etc scripts +SUBDIRS = src test etc scripts doc +DIST_SUBDIRS = config src test etc scripts doc EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog ChangeLog::