[gspell] build: better order of toplevel SUBDIRS
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] build: better order of toplevel SUBDIRS
- Date: Mon, 6 Feb 2017 06:29:38 +0000 (UTC)
commit b24c6c5fd2ea0e0532958742d677a837b60320de
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Feb 6 07:22:15 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).
(Well, currently building the gspell docs doesn't take too much time,
but for GtkSourceView for example it is the case, and putting the docs
at the end makes the build consistent with GtkSourceView).
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b696593..647a02f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gspell po docs tests testsuite
+SUBDIRS = po gspell tests testsuite docs
@CODE_COVERAGE_RULES@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]