File: update-texmf.8

package info (click to toggle)
tex-common 6.18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 252 kB
  • sloc: sh: 659; perl: 593; makefile: 26
file content (41 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (3)
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
41
.TH UPDATE-TEXMF 8
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
update-texmf \- shell script to generate /etc/texmf/texmf.cnf
.SH SYNOPSIS
.B update-texmf
.I "[options]"
.br
.SH DESCRIPTION
This manual page documents briefly the
.BR update-texmf
command.
This manual page was written for the Debian GNU/Linux distribution
because the original script was designed for Debian packaging system.
.PP
.B update-texmf
is a shell script to generate /etc/texmf/web2c/texmf.cnf from files in 
/etc/texmf/texmf.d/*.cnf
.PP
A user who wants to customize /etc/texmf/web2c/texmf.cnf should add, 
for example, 22mymacro.cnf in /etc/texmf/texmf.d/ and run 'update-texmf'.
.SH OPTIONS
.TP
.B \-v, --verbose
Show verbose messages.
.TP
.B \-d, --debug
Show debugging information, and don't delete temporary files. Implies
--verbose. 
.TP
.B \-o, --output FILE
Generate output in FILE instead of /etc/texmf/web2c/texmf.cnf.
.SH SEE ALSO
.PP
Further information can be found in
/usr/share/doc/tex-common/README.Debian.{txt,pdf.html}
.PP
.SH AUTHOR
This manual page was written by Atsuhito Kohda <kohda@debian.org>,
for the Debian GNU/Linux system (but may be used by others).