From: Daniel Lezcano Date: Fri, 24 Apr 2009 09:32:58 +0000 (+0200) Subject: swap doc compilation order X-Git-Tag: lxc_0_6_2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e1b53961680a77faef97ad00a49adca2cf78d8;p=thirdparty%2Flxc.git swap doc compilation order Let's compile the documentation when everything has compiled well, that saves time for devel ;) Signed-off-by: Daniel Lezcano --- 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::