[gtksourceview] build: better order of toplevel SUBDIRS



commit 10d5f3e9a50f3fa85a2b26bba19a70abcc8c0307
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Feb 6 07:15:52 2017 +0100

    build: better order of toplevel SUBDIRS
    
    - Regroup source code.
    - Have docs/ at the end because gtk-doc is slow.
    
    When running `make`, I can look at the output when it's building the
    source code, to see if there is any warning. But for the docs I prefer
    to do something else in the meantime, then come back later to see if
    there is any warning (so with the docs at the end, I don't need to
    scroll up).

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7fa8086..f0bd65c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gtksourceview po data docs tests testsuite build
+SUBDIRS = po data gtksourceview tests testsuite build docs
 
 @CODE_COVERAGE_RULES@
 


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