summaryrefslogtreecommitdiffstats
path: root/fonts/local.mk
blob: 83262962d99a29ac284cef542a905ec951f5ff41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fontsdir = $(pkgdatadir)/fonts
uninstall_dirs += $(fontsdir)

dist_fonts_DATA = \
	%reldir%/UbuntuTitling-Bold.ttf

if OUT_OF_TREE
CLEANFILES += \
	$(dist_fonts_DATA)
endif

# To run in place, the engine needs game data in the build directory, which may
# be different from the source directory.
$(dist_fonts_DATA): %reldir%/$(am__dirstamp)
	$(AM_V_GEN)[ x"$(srcdir)" = x"$(builddir)" ] || \
		$(LN_S) "$(abs_srcdir)/$@" "$@"
CONFIG_CLEAN_FILES += %reldir%/$(am__dirstamp)
%reldir%/$(am__dirstamp):
	@$(MKDIR_P) %reldir%
	@: > %reldir%/$(am__dirstamp)