[totem] Build the code first, and the docs last



commit 783c5afc15ee5601c02ceacd2cd4971cbe5f9344
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Jul 19 23:44:45 2009 +0100

    Build the code first, and the docs last
    
    2009-07-19  Bastien Nocera  <hadess hadess net>
    
    	* Makefile.am: Build the code first, and the docs last

 ChangeLog   |    4 ++++
 Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 901d6ec..dbd1b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-19  Bastien Nocera  <hadess hadess net>
+
+	* Makefile.am: Build the code first, and the docs last
+
 2009-07-19  Philip Withnall  <philip tecnocode co uk>
 
 	* data/totem.ui:
diff --git a/Makefile.am b/Makefile.am
index 9ce7d1a..daae71b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib bindings po data help src docs
+SUBDIRS = lib bindings po data src help docs
 
 if ENABLE_BROWSER_PLUGINS
 SUBDIRS += browser-plugin



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