From 83648cf7d019bbc97601043fb9c178a182bf29e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 21 Feb 2015 16:19:54 +0100 Subject: [PATCH] build: Split sass files into sources and non-sources --- data/Makefile.am | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 40078c9de..c46e35030 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 \