From 098329d2e022de9504d60da131742b77615c2e30 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Mar 2012 21:30:52 +0300 Subject: Add make target evol-client. Example from root of manaplus: make -C data/evol evol-client --- data/evol/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/evol/Makefile.am (limited to 'data/evol') diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am new file mode 100644 index 000000000..f85fa80ba --- /dev/null +++ b/data/evol/Makefile.am @@ -0,0 +1,10 @@ + +desktopdir = $(datarootdir)/applications + +evol-client: + mkdir -p "$(pkgdatadir)/data/evol/icons" + cp evol.desktop "$(desktopdir)" + cp evol.manaplus "$(pkgdatadir)/data/evol" + cp icons/evol-client.png "$(pkgdatadir)/data/evol/icons" + cp icons/evol-client.png "$(datarootdir)/icons" + cp -r images "$(pkgdatadir)/data/evol" -- cgit v1.2.3-60-g2f50