blob: bd61cc1200c311e29b795b738a2df2ae672aa20e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
fontsdir = $(pkgdatadir)/data/fonts
fonts_DATA = \
dejavusans.ttf \
dejavusans-bold.ttf \
dejavusansmono.ttf \
dejavusansmono-bold.ttf \
liberationsans.ttf \
liberationsans-bold.ttf \
liberationsansmono.ttf \
liberationsansmono-bold.ttf \
mplus-1p-bold.ttf \
mplus-1p-regular.ttf
EXTRA_DIST = \
$(fonts_DATA) \
CMakeLists.txt
|