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 --- configure.ac | 1 + data/evol/Makefile.am | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 data/evol/Makefile.am diff --git a/configure.ac b/configure.ac index e1f2c55db..ad5c8422d 100755 --- a/configure.ac +++ b/configure.ac @@ -252,6 +252,7 @@ Makefile PKGBUILD src/Makefile data/Makefile +data/evol/Makefile data/fonts/Makefile data/graphics/Makefile data/graphics/gui/Makefile 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-70-g09d2