[iagno] Distribute themes
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Distribute themes
- Date: Tue, 17 Feb 2015 00:11:20 +0000 (UTC)
commit 1b366c535e6355a467acb52dfed53c67e54cf5af
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Feb 16 18:06:07 2015 -0600
Distribute themes
data/themes/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 051cf8a..b92b2fe 100644
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -1,14 +1,14 @@
themes_keydir = $(datadir)/iagno/themes/key
-themes_key_files = \
+themes_key_in_files = \
adwaita.theme.in \
classic.theme.in \
high_contrast.theme.in \
sun_and_star.theme.in
-themes_key_DATA = $(themes_key_files:.theme.in=.theme)
+themes_key_DATA = $(themes_key_in_files:.theme.in=.theme)
%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
$(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@
-EXTRA_DIST = $(themes_key_DATA)
+EXTRA_DIST = $(themes_key_in_files)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]