[devhelp] build: have SUBDIRS always at line 1 in Makefile.am files



commit ca1197e2da24d9ed82cec0a816d393e4245e2c55
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Mar 1 14:23:13 2017 +0100

    build: have SUBDIRS always at line 1 in Makefile.am files
    
    For consistency, and because SUBDIRS gives a good overview.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6032190..fec781d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
+SUBDIRS = po src data misc contrib docs
+
 AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-gtk-doc        \
        --enable-introspection  \
        --enable-appstream-util
-
-SUBDIRS = po src data misc contrib docs


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