diff options
Diffstat (limited to 'data/fonts/Makefile.am')
-rw-r--r-- | data/fonts/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am new file mode 100644 index 00000000..1384818c --- /dev/null +++ b/data/fonts/Makefile.am @@ -0,0 +1,8 @@ + +fontdir = $(pkgdatadir)/data/fonts + +font_DATA = \ + dejavusans.ttf + +EXTRA_DIST = \ + $(font_DATA) |