summaryrefslogtreecommitdiffstats
path: root/share/mk/build/fonts/tinos/_.mk
blob: 01bc12264b344b5ea4556be1ba3207eac1fb8057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2021-2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception


ifndef MAKEFILE_BUILD_FONTS_TINOS_INCLUDED
MAKEFILE_BUILD_FONTS_TINOS_INCLUDED := 1


include $(MAKEFILEDIR)/build/fonts/tinos/pfa.mk
include $(MAKEFILEDIR)/build/fonts/tinos/dit.mk


_TINOS := $(_TINOS_PFA) $(_TINOSR)


.PHONY: build-fonts-tinos
build-fonts-tinos: $(_TINOS)


endif  # include guard