From 15f4bd08eba961aab8c1ef1a9de06b5668a148d5 Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 20 Mar 2012 05:17:21 -0300 Subject: renaming mist to fog --- marco-themes/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'marco-themes/Makefile.am') 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 -- cgit v1.2.1