[ghex] Change compilation order



commit 31c142d436fc084becfffea88dce9d6670ecff82
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Feb 10 20:39:59 2010 +0100

    Change compilation order
    
    Generate the help documentation earlier so we can use
    'documentation_credits' generated variable in the code

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3a88506..7c39d01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-schemas-install
 
-SUBDIRS = po src help icons
+SUBDIRS = po help src icons
 
 schemadir = $(GCONF_SCHEMA_FILE_DIR)
 schema_DATA = ghex2.schemas



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