diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-09 21:08:49 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-09 21:15:01 +0200 |
commit | 398ecd6d22b939406bd9f07bd704bf942c4d8756 (patch) | |
tree | 69e0292726d30aacec1ab8556d3ab3401cd1c8ab /data | |
parent | 3907d188fa408ee3ef90bd6bb617209f09e19835 (diff) | |
download | mana-398ecd6d22b939406bd9f07bd704bf942c4d8756.tar.gz mana-398ecd6d22b939406bd9f07bd704bf942c4d8756.tar.bz2 mana-398ecd6d22b939406bd9f07bd704bf942c4d8756.tar.xz mana-398ecd6d22b939406bd9f07bd704bf942c4d8756.zip |
Make sure the tmw.xpm file is shipped in the release
Requested by Patrick Matthäi.
Duplicate file removed from the Debian packaging directory.
Diffstat (limited to 'data')
-rw-r--r-- | data/icons/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 375edef7..deb55045 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,7 +1,8 @@ iconsdir = $(pkgdatadir)/data/icons -icons_DATA = tmw.png +icons_DATA = tmw.png \ + tmw.xpm install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps |