diff options
author | ixce <ixce> | 2006-10-14 23:30:25 +0000 |
---|---|---|
committer | ixce <ixce> | 2006-10-14 23:30:25 +0000 |
commit | 0f7504fea6bddb4a194ab6bf0244fa398507b341 (patch) | |
tree | 308b308edab9f57420cce5d4679e5eceb31f9d15 /themes | |
parent | 7804971de7c7d49df5ef56c7063e2f6728888f76 (diff) | |
download | emerald-themes-0f7504fea6bddb4a194ab6bf0244fa398507b341.tar.gz emerald-themes-0f7504fea6bddb4a194ab6bf0244fa398507b341.tar.bz2 |
* Fix emerald-themes Makefile
Diffstat (limited to 'themes')
-rw-r--r-- | themes/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/Makefile.am b/themes/Makefile.am index e8fd22a..82b47e2 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = themes +themesdir = $(datadir)/emerald/themes +themes_DATA = *.emerald +EXTRA_DIST = "$(themes_DATA) import.sh" + +#install the .emerald packages properly +install-data-hook: + ./import.sh "$(DESTDIR)" "$(themesdir)" |