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 42 43 44 45 46
|
---
texmf-dist/doc/man/man1/updmap.1 | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
--- a/texmf-dist/doc/man/man1/updmap.1
+++ b/texmf-dist/doc/man/man1/updmap.1
@@ -265,26 +265,27 @@ In either case, if multiple updmap.cfg f
mentioned in all the updmap.cfg files are merged.
.IP
Thus, if updmap.cfg files are present in all trees, and the default
-layout is used as shipped with TeX Live, the following files are
+layout is used as shipped with TeX Live on Debian, the following files are
read, in the given order.
.nf
.IP
For updmap\-sys:
-TEXMFSYSCONFIG \fI\,$TEXLIVE/YYYY/texmf\-config/web2c/updmap.cfg\/\fP
-TEXMFSYSVAR \fI\,$TEXLIVE/YYYY/texmf\-var/web2c/updmap.cfg\/\fP
-TEXMFLOCAL \fI\,$TEXLIVE/texmf\-local/web2c/updmap.cfg\/\fP
-TEXMFDIST \fI\,$TEXLIVE/YYYY/texmf\-dist/web2c/updmap.cfg\/\fP
+TEXMFSYSCONFIG \fI\,/etc/texmf/web2c/updmap.cfg\/\fP
+TEXMFSYSVAR \fI\,/var/lib/texmf/web2c/updmap.cfg\/\fP
+TEXMFLOCAL \fI\,/usr/local/share/texmf/web2c/updmap.cfg\/\fP
+TEXMFDEBIAN \fI\,/usr/share/texmf/web2c/updmap.cfg\/\fP
+TEXMFDIST \fI\,/usr/share/texlive/texmf/web2c/updmap.cfg\/\fP
.IP
For updmap\-user:
-TEXMFCONFIG $HOME/.texliveYYYY/texmf\-config/web2c/updmap.cfg
-TEXMFVAR $HOME/.texliveYYYY/texmf\-var/web2c/updmap.cfg
+TEXMFCONFIG $HOME/.texmf\-config/web2c/updmap.cfg
+TEXMFVAR $HOME/.texmf\-var/web2c/updmap.cfg
TEXMFHOME \fI\,$HOME/texmf/web2c/updmap.cfg\/\fP
-TEXMFSYSCONFIG \fI\,$TEXLIVE/YYYY/texmf\-config/web2c/updmap.cfg\/\fP
-TEXMFSYSVAR \fI\,$TEXLIVE/YYYY/texmf\-var/web2c/updmap.cfg\/\fP
-TEXMFLOCAL \fI\,$TEXLIVE/texmf\-local/web2c/updmap.cfg\/\fP
-TEXMFDIST \fI\,$TEXLIVE/YYYY/texmf\-dist/web2c/updmap.cfg\/\fP
+TEXMFSYSCONFIG \fI\,/etc/web2c/updmap.cfg\/\fP
+TEXMFSYSVAR \fI\,/var/lib/texmf/web2c/updmap.cfg\/\fP
+TEXMFLOCAL \fI\,/usr/local/share/texmf/web2c/updmap.cfg\/\fP
+TEXMFDEBIAN \fI\,/usr/share/texmf/web2c/updmap.cfg\/\fP
+TEXMFDIST \fI\,/usr/share/texlive/texmf/web2c/updmap.cfg\/\fP
.IP
-(where YYYY is the TeX Live release version).
.fi
.IP
According to the actions, updmap might write to one of the given files
|