Moved the CM-Super type1ec.sty file from the texmf-local directory structure to the texmf structure

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6436 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-01-20 18:29:54 +00:00
parent f0801a2d97
commit 52fb8cf6e7
2 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>January 20th, 2007</para> <para>January 20th, 2007</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Moved the CM-Super type1ec.sty file from the
texmf-local directory structure to the texmf structure.</para>
</listitem>
<listitem> <listitem>
<para>[bdubbs] - Updated to seamonkey-1.1.</para> <para>[bdubbs] - Updated to seamonkey-1.1.</para>
</listitem> </listitem>

View File

@ -214,9 +214,8 @@ MixedMap cm-super-ts1.map
MixedMap cm-super-x2.map MixedMap cm-super-x2.map
EOF EOF
FONTDIR=$(kpsewhich --expand-var '$TEXMFLOCAL') &amp;&amp;
install -v -m644 -D cm-super/type1ec.sty \ install -v -m644 -D cm-super/type1ec.sty \
$FONTDIR/tex/cm-super/type1ec.sty &amp;&amp; $FONTDIR/tex/latex/cm-super/type1ec.sty &amp;&amp;
mktexlsr &amp;&amp; mktexlsr &amp;&amp;
updmap-sys &amp;&amp; updmap-sys &amp;&amp;