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)