diff options
author | kim <kim@pkgsrc.org> | 2005-12-24 11:09:14 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-12-24 11:09:14 +0000 |
commit | 36cf120f801132361aa2a96d14ea402d5600f8b4 (patch) | |
tree | e88e073c825bbe0ae9b695c2c6e3597e658e9426 /doc | |
parent | 98ce3e23f2364b70383d08ab3ad651d58661de80 (diff) | |
download | pkgsrc-36cf120f801132361aa2a96d14ea402d5600f8b4.tar.gz |
Regenerated after applying a fix from PR 32366
Other changes appeared also, looks ok.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkgsrc.html | 14 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 7 |
2 files changed, 19 insertions, 2 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 7d247fedae6..ed98a1e01f7 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -3472,7 +3472,7 @@ alink="#0000FF"> </li> <li> - <p><code class="varname">sunpro</code>: + <p><code class="varname">sunpro</code>: Sun Microsystems, Inc. WorkShip/Forte/Sun ONE Studio</p> </li> @@ -14036,6 +14036,18 @@ nbftp% <strong class="userinput"><code>chmod 755 .</code></strong> <code class="varname">TEXMFDIRS</code> to the list of all texmf trees that need database update.</p> + + <p>If your package also installs font map files + that need to be registered using + <span><strong class= + "command">updmap</strong></span>, set + <code class="varname">TEX_FONTMAPS</code> to the + list of all such font map files. Then + <span><strong class= + "command">updmap</strong></span> will be run + automatically at installation/deinstallation to + enable/disable font map files for TeX output + drivers.</p> </li> <li> diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index e188bcb080a..459cec15eb0 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -1280,7 +1280,7 @@ PKGSRC_COMPILER: * mipspro: Silicon Graphics, Inc. MIPSpro (o32) - * sunpro: Microsystems, Inc. WorkShip/Forte/Sun ONE Studio + * sunpro: Sun Microsystems, Inc. WorkShip/Forte/Sun ONE Studio The default is "gcc". You can use ccache and/or distcc with an appropriate PKGSRC_COMPILER setting, e.g. "ccache gcc". This variable should always be @@ -5401,6 +5401,11 @@ into PKG_LOCALTEXMFPREFIX, not PKG_TEXMFPREFIX. PKG_LOCALTEXMFPREFIX, set TEXMFDIRS to the list of all texmf trees that need database update. + If your package also installs font map files that need to be registered + using updmap, set TEX_FONTMAPS to the list of all such font map files. Then + updmap will be run automatically at installation/deinstallation to enable/ + disable font map files for TeX output drivers. + 3. Make sure that none of ls-R databases are included in PLIST, as they will be removed only by the teTeX-bin package. |