]> git.donarmstrong.com Git - debhelper.git/blob - dh_installxfonts.1
r405: foo
[debhelper.git] / dh_installxfonts.1
1 .TH DH_INSTALLXFONTS 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installxfonts \- register X fonts
4 .SH SYNOPSIS
5 .B dh_installxfonts
6 .I "[debhelper options]"
7 .SH "DESCRIPTION"
8 dh_installxfonts is a debhelper program that is responsible for
9 registering X fonts, so their corresponding fonts.dir, fonts.alias,
10 and fonts.scale be rebuilt properly at install time.
11 .P
12 Before calling this program, you should have installed any X fonts
13 provided by your package into the appropriate location in the package build
14 directory. Also, your package should depend on xbase-clients (>= 3.3.3.1-5).
15 .P
16 It automatically generates the postinst and postrm commands needed to
17 register X fonts.  See
18 .BR dh_installdeb (1)
19 for an explanation of how this works.
20 .SH OPTIONS
21 .TP
22 .B debhelper options
23 See
24 .BR debhelper (1)
25 for a list of options common to all debhelper commands.
26 .SH NOTES
27 See
28 .BR update-fonts-alias (8)
29 ,
30 .BR update-fonts-scale (8)
31 and
32 .BR mkfontdir (1x)
33 for more information about X font installation.
34 .SH ENVIRONMENT
35 See
36 .BR debhelper (1)
37 for a list of environment variables that affect all debhelper commands.
38 .SH "SEE ALSO"
39 .BR debhelper (1)
40 .BR update-fonts-alias (8)
41 .BR update-fonts-scale (8)
42 .SH AUTHOR
43 Changwoo Ryu <cwryu@debian.org>