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