From 743d7c6c187de958ae10552d291b2397bfd68c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 13 Apr 2007 22:04:05 +0200 Subject: Install the fonts in the proper directory to be found by XDG_DATA_DIRS lookup (if the chosen prefix is suitable for it). --- misc/fonts/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/fonts/Makefile.am b/misc/fonts/Makefile.am index ae22beefa..32664da5c 100644 --- a/misc/fonts/Makefile.am +++ b/misc/fonts/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -fontdir = $(XINE_FONTPATH) +fontdir = $(pkgdatadir)/fonts font_DATA = \ cetus-16.xinefont.gz \ cetus-20.xinefont.gz \ @@ -39,7 +39,9 @@ font_DATA = \ serif-48.xinefont.gz \ serif-64.xinefont.gz +doc_DATA = README.cetus + # # font used for osd # -EXTRA_DIST = cetus.ttf README.cetus $(font_DATA) +EXTRA_DIST = cetus.ttf $(doc_DATA) $(font_DATA) -- cgit v1.2.3