blob: 8947e35f30e35064a1b83a5f861b5e5c3c3ae6dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- doc/Makefile.in.orig 2015-08-11 01:51:59 UTC
+++ doc/Makefile.in
@@ -289,8 +289,8 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-fontdir = $(datadir)/fonts/truetype
-cachedir = $(localstatedir)/cache/xfstt
+fontdir = %%TTFONTDIR%%
+cachedir = %%TTFONTDIR%%
pidfile = $(localstatedir)/run/xfstt.pid
man_MANS = xfstt.1x
EXTRA_DIST = xfstt.1x.in FAQ examples
|