[jhbuild] build: Use aux directory to store generated files



commit 108310920d1841d689f26e486c0f70119f854594
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Oct 5 00:10:53 2011 +0100

    build: Use aux directory to store generated files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660939

 configure.ac    |    1 +
 doc/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f7ebc98..315ba3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([jhbuild],
 AC_CONFIG_SRCDIR(jhbuild/main.py)
 AC_PREFIX_DEFAULT([~/.local/])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 95e12ed..514b4c2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
-DOC_LINGUAS = de el es fr ja sl sv
+include $(top_srcdir)/build-aux/gnome-doc-utils.make
 
-include $(top_srcdir)/gnome-doc-utils.make
+DOC_LINGUAS = de el es fr ja sl sv
 
 dist-hook: doc-dist-hook
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]