diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-01 23:02:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-01 23:02:06 +0300 |
commit | d873da3e8e57480016596f714845c1bc7e712e68 (patch) | |
tree | 24935938b59443b4a10a36ff1a873781bd8082c3 /data | |
parent | 098329d2e022de9504d60da131742b77615c2e30 (diff) | |
download | plus-d873da3e8e57480016596f714845c1bc7e712e68.tar.gz plus-d873da3e8e57480016596f714845c1bc7e712e68.tar.bz2 plus-d873da3e8e57480016596f714845c1bc7e712e68.tar.xz plus-d873da3e8e57480016596f714845c1bc7e712e68.zip |
Include evol files in tarball.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/evol/Makefile.am | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 302f0feae..2d63a033e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = fonts graphics help icons perserver sfx themes +SUBDIRS = evol fonts graphics help icons perserver sfx themes EXTRA_DIST = CMakeLists.txt items.xsd diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am index f85fa80ba..2bd86e257 100644 --- a/data/evol/Makefile.am +++ b/data/evol/Makefile.am @@ -8,3 +8,10 @@ evol-client: cp icons/evol-client.png "$(pkgdatadir)/data/evol/icons" cp icons/evol-client.png "$(datarootdir)/icons" cp -r images "$(pkgdatadir)/data/evol" + +EXTRA_DIST = evol.desktop \ + evol.manaplus \ + icons/evol-client.ico \ + icons/evol-client.png \ + icons/evol-client.xpm \ + images/loginwallpaper_800x600.png |