diff options
author | Perberos <[email protected]> | 2012-03-19 21:23:51 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-19 21:23:51 -0300 |
commit | ac9ffcff7717c85fd4d55d4c90ab5a35423870dc (patch) | |
tree | ce76b7b6de586637c529a92b193e8bea5dfe813d /desktop-themes/Makefile.am | |
parent | 56b07518c525ecfe2098436574b4265c3019bd0a (diff) | |
download | mate-themes-ac9ffcff7717c85fd4d55d4c90ab5a35423870dc.tar.bz2 mate-themes-ac9ffcff7717c85fd4d55d4c90ab5a35423870dc.tar.xz |
renaming clearlooks to traditionalok
Diffstat (limited to 'desktop-themes/Makefile.am')
-rw-r--r-- | desktop-themes/Makefile.am | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 749b4ab4..64948925 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,31 +1,32 @@ -SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ $(TEST_THEMES) -DIST_SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +DIST_SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ - ClearlooksTest + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ + TraditionalOkTest + |