diff options
author | Horst3180 | 2015-08-16 19:47:05 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-16 19:47:05 +0200 |
commit | 1cedd2253e493237c5d82e7bb4bd5b91674dfa9a (patch) | |
tree | 139e4c1cb95f831b1890036a678e424bd7656271 /common/Makefile.am | |
parent | 729aff15a92a89a0318133a801fd1634a04bcd7f (diff) | |
parent | 8caf355a45d60020ee7336594b336c2861d2f932 (diff) | |
download | solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.tar.gz solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.tar.xz solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.zip |
Merge branch 'testing'
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 154d634..19b2c8a 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -24,15 +24,23 @@ if ENABLE_DARK endif # ENABLE_DARK +if ENABLE_CINNAMON + $(MKDIR_P) $(ithemedir)/cinnamon + + cd $(srcdir)/cinnamon && cp -r --no-preserve=mode,ownership \ + common-assets \ + light-assets \ + cinnamon.css \ + $(ithemedir)/cinnamon +endif # ENABLE_GNOME_SHELL + + if ENABLE_GNOME_SHELL $(MKDIR_P) $(ithemedir)/gnome-shell cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -r --no-preserve=mode,ownership \ - checkbox \ - dash \ - menu \ - misc \ - switch \ + common-assets \ + light-assets \ gnome-shell.css \ $(ithemedir)/gnome-shell endif # ENABLE_GNOME_SHELL @@ -245,6 +253,7 @@ uninstall-local: dist-hook: cp -r \ + cinnamon \ gnome-shell \ gtk-2.0 \ gtk-3.0 \ |