From 264758cf866f666f1fbd2e47288eed12bc0d0b06 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 8 Nov 2009 22:26:37 +0100 Subject: Install the tiles when doing a tiles install... --- crawl-ref/source/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/makefile') 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 -- cgit v1.2.3-54-g00ecf