summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-08 22:26:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-08 22:38:14 +0100
commit264758cf866f666f1fbd2e47288eed12bc0d0b06 (patch)
tree66a66b3f026be956fec90bfa9dbcbe4b30527f79 /crawl-ref/source/makefile
parentba4c4649a8e5ae5fe9d95364efb2650047dff77d (diff)
downloadcrawl-ref-264758cf866f666f1fbd2e47288eed12bc0d0b06.tar.gz
crawl-ref-264758cf866f666f1fbd2e47288eed12bc0d0b06.zip
Install the tiles when doing a tiles install...
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 303afd94d0..1dfc7db00a 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -718,6 +718,10 @@ install: $(GAME)
$(COPY) ../docs/develop/*.txt $(datadir_fp)/docs/develop/
$(COPY) ../docs/license/*.txt $(datadir_fp)/docs/license/
$(COPY) ../settings/* $(datadir_fp)/settings/
+ifdef TILES
+ mkdir -p $(datadir_fp)/dat/tiles
+ $(COPY) dat/tiles/*.png dat/tiles/*.ttf $(prefix_fp)/dat/tiles/
+endif
chown -R $(INSTALL_UGRP) $(datadir_fp)
ifneq ($(SAVEDIR),)
mkdir -p $(savedir_fp)/saves