summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-aa
blob: 2ad6bda108f7f6ae3fecdf15e0206f61e1782435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-aa,v 1.3 2003/02/22 13:33:31 salo Exp $

--- doc/FAQ.orig	2002-11-14 13:08:07.000000000 +0100
+++ doc/FAQ	2003-02-22 12:34:43.000000000 +0100
@@ -67,7 +67,8 @@
 
 1.1 How do I test it?
 
-	mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now run
+	mkdir @PREFIX@/lib/X11/fonts/TrueType and put some *ttf fonts
+	there, now run
 
 	make xfstt && make install
 	xfstt --sync
@@ -171,9 +172,11 @@
 
 2.4 How does one add fonts?
 
-	Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or put some
-	softlinks to font directories in there. A typical example is
-	ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts
+	Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TrueType/
+	directory or put some softlinks to font directories in there.
+	A typical example is
+
+	  ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TrueType/winfonts
 
 	Now run "xfstt --sync" in order to have the new fonts recognized.
 	Adding fonts while xfstt is running doesn't work yet.
@@ -346,8 +349,8 @@
 
 3.0  How do I put fonts in categories?
 
-	Create some subdirectories in /usr/share/fonts/truetype, e.g.
-	modern, script, brush, old, symbol, ...
+	Create some subdirectories in @PREFIX@/lib/X11/fonts/TrueType,
+	e.g.  modern, script, brush, old, symbol, ...
 	and put the appropriate fonts in there. The corresponding font
 	names will be -modern-*, -script-*, -brush-* and so on