diff options
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.am | 20 |
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 <[email protected]></author> <copyright>Â 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 |