summaryrefslogtreecommitdiff
path: root/marco-themes
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-03-20 05:17:21 -0300
committerPerberos <[email protected]>2012-03-20 05:17:21 -0300
commit15f4bd08eba961aab8c1ef1a9de06b5668a148d5 (patch)
tree6f5c155641dd1d417fc262af39985d7e51409e23 /marco-themes
parente60e464124c63eceb921610c1e327aecab7a4015 (diff)
downloadmate-themes-15f4bd08eba961aab8c1ef1a9de06b5668a148d5.tar.bz2
mate-themes-15f4bd08eba961aab8c1ef1a9de06b5668a148d5.tar.xz
renaming mist to fog
Diffstat (limited to 'marco-themes')
-rw-r--r--marco-themes/Fog/metacity-theme-1.xml (renamed from marco-themes/Mist/metacity-theme-1.xml)2
-rw-r--r--marco-themes/Makefile.am20
2 files changed, 11 insertions, 11 deletions
diff --git a/marco-themes/Mist/metacity-theme-1.xml b/marco-themes/Fog/metacity-theme-1.xml
index de19e44a..b0f51e26 100644
--- a/marco-themes/Mist/metacity-theme-1.xml
+++ b/marco-themes/Fog/metacity-theme-1.xml
@@ -2,7 +2,7 @@
<!-- $Id$ -->
<metacity_theme>
<info>
- <name>Mist</name>
+ <name>Fog</name>
<author>Dave Camp &lt;[email protected]&gt;</author>
<copyright>&#194; 2002 Ximian, Inc. </copyright>
<date>Sep, 2002</date>
diff --git a/marco-themes/Makefile.am b/marco-themes/Makefile.am
index 23dd472a..a949e553 100644
--- a/marco-themes/Makefile.am
+++ b/marco-themes/Makefile.am
@@ -4,7 +4,7 @@ THEMES = \
Glider \
Glossy \
Inverted \
- Mist
+ Fog
THEME_DIR=$(datadir)/themes
THEME_SUBDIR=metacity-1
@@ -28,14 +28,14 @@ install-data-local:
done
dist-hook:
- mkdir $(distdir)/themes; \
- for THEME in $(THEMES); do \
- echo '-- Disting theme '$$THEME; \
- mkdir $(distdir)/$$THEME; \
- (installfiles=`find $(srcdir)/$$THEME -name "*.png" -o -name "*.xml"`; \
- for i in $$installfiles; do \
- echo '-- Disting '$$i ; \
- cp $$i $(distdir)/$$THEME; \
- done) \
+ mkdir $(distdir)/themes; \
+ for THEME in $(THEMES); do \
+ echo '-- Disting theme '$$THEME; \
+ mkdir $(distdir)/$$THEME; \
+ (installfiles=`find $(srcdir)/$$THEME -name "*.png" -o -name "*.xml"`; \
+ for i in $$installfiles; do \
+ echo '-- Disting '$$i ; \
+ cp $$i $(distdir)/$$THEME; \
+ done) \
done