diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:15:57 +0300 |
commit | aa3f63fd497558a02feb3ddbc44f31eac091f39b (patch) | |
tree | 0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /data/themes/mana/Makefile.am | |
parent | 7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff) | |
download | plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2 plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip |
Remove most unused files.
Diffstat (limited to 'data/themes/mana/Makefile.am')
-rw-r--r-- | data/themes/mana/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am deleted file mode 100644 index 0403e6763..000000000 --- a/data/themes/mana/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ - -guidir = $(pkgdatadir)/data/themes/mana - -gui_DATA = \ - colors.xml \ - emotetabs.xml \ - info.xml \ - mouse.png \ - npc.xml \ - quests.xml \ - social.xml \ - target-cursor-in-range-l.png \ - target-cursor-in-range-l.xml \ - target-cursor-in-range-m.png \ - target-cursor-in-range-m.xml \ - target-cursor-in-range-s.png \ - target-cursor-in-range-s.xml \ - target-cursor-normal-l.png \ - target-cursor-normal-l.xml \ - target-cursor-normal-m.png \ - target-cursor-normal-m.xml \ - target-cursor-normal-s.png \ - target-cursor-normal-s.xml - -EXTRA_DIST = \ - $(gui_DATA) \ - CMakeLists.txt |