summaryrefslogtreecommitdiff
path: root/xts5
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-10-10 08:38:12 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-10-10 08:39:30 -0700
commit082a784487223612431ad47969f5fa1481436b3a (patch)
treec527d838ce88098789a6a8b5250e9a4f5f84b315 /xts5
parent3bc748f76f6f8a7fe218fd99a412bd2cbb217dc5 (diff)
xts5: Install the test fonts
I'm not sure any of the currently installed tests use the test fonts or not, but tetexec.cfg at least creates a fontpath for them.
Diffstat (limited to 'xts5')
-rw-r--r--xts5/fonts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/xts5/fonts/Makefile.am b/xts5/fonts/Makefile.am
index 3ff7c8f9..4305dd92 100644
--- a/xts5/fonts/Makefile.am
+++ b/xts5/fonts/Makefile.am
@@ -9,7 +9,8 @@ FONTBDFS = xtfont0.bdf xtfont1.bdf xtfont2.bdf xtfont3.bdf xtfont4.bdf \
xtfont5.bdf xtfont6.bdf xtfont7.bdf xtfont8.bdf
FONTPCFS = $(FONTBDFS:.bdf=.pcf)
-noinst_DATA = $(FONTPCFS) fonts.dir
+xts5fontsdir = $(datadir)/xts5/fonts
+xts5fonts_DATA = $(FONTPCFS) fonts.dir
.bdf.pcf:
$(BDFTOPCF) -t -o $@ $<