[gnome-shell] build: Split sass files into sources and non-sources



commit 83648cf7d019bbc97601043fb9c178a182bf29e5
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Feb 21 16:19:54 2015 +0100

    build: Split sass files into sources and non-sources

 data/Makefile.am |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 40078c9..c46e350 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -39,17 +39,21 @@ introspection_DATA =                                \
        $(NULL)
 
 theme_sources =                                                \
-       theme/HACKING                                           \
        theme/gnome-shell-high-contrast.scss                    \
        theme/gnome-shell.scss                                  \
-       theme/gnome-shell-sass/COPYING                          \
-       theme/gnome-shell-sass/HACKING                          \
-       theme/gnome-shell-sass/NEWS                             \
-       theme/gnome-shell-sass/README                           \
        theme/gnome-shell-sass/_colors.scss                     \
        theme/gnome-shell-sass/_common.scss                     \
        theme/gnome-shell-sass/_drawing.scss                    \
        theme/gnome-shell-sass/_high-contrast-colors.scss       \
+       $(NULL)
+
+dist_theme_files =                                             \
+       $(theme_sources)                                        \
+       theme/HACKING                                           \
+       theme/gnome-shell-sass/COPYING                          \
+       theme/gnome-shell-sass/HACKING                          \
+       theme/gnome-shell-sass/NEWS                             \
+       theme/gnome-shell-sass/README                           \
        theme/gnome-shell-sass/gnome-shell-sass.doap            \
        $(NULL)
 
@@ -98,7 +102,7 @@ EXTRA_DIST =                                         \
        $(menu_DATA)                                    \
        $(convert_DATA)                                 \
        $(keys_in_files)                                \
-       $(theme_sources)                                \
+       $(dist_theme_files)                             \
        perf-background.xml.in                          \
        org.gnome.Shell.PortalHelper.desktop.in         \
        org.gnome.Shell.PortalHelper.service.in         \


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