Changeset 91b7b02 for pst/typesetting


Ignore:
Timestamp:
01/18/2015 05:29:06 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c09c86a9
Parents:
37c46a33
Message:
  • add an empty http download (does not show in the rendered book
  • remove role="root" from build instructions
  • move role="root" to the correct place in install instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15361 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r37c46a33 r91b7b02  
    9090    <itemizedlist spacing="compact">
    9191      <listitem>
     92        <para>Download (HTTP): <ulink url="&texlive-texmf-download-http;"/></para>
     93      </listitem>
     94      <listitem>
    9295        <para>Download (FTP): <ulink url="&texlive-texmf-download-ftp;"/></para>
    9396      </listitem>
     
    135138<!-- the configure switches should be identical to those in the
    136139 first part of texlive itself -->
    137 <screen role="root"><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
     140<screen><userinput>TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    138141mkdir texlive-build &amp;&amp;
    139142cd texlive-build    &amp;&amp;
     
    173176    user:</para>
    174177
    175 <screen><userinput role="root">make install &amp;&amp;
     178<screen role="root"><userinput>make install &amp;&amp;
    176179make texlinks</userinput></screen>
    177180
     
    179182    <systemitem class="username">root</systemitem> user:</para>
    180183
    181 <screen><userinput role="root">mkdir -pv /opt/texlive/&texlive-year; &amp;&amp;
    182 tar -xf texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
     184<screen role="root"><userinput>mkdir -pv /opt/texlive/&texlive-year; &amp;&amp;
     185tar -xf ../texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
    183186
    184187    <para>Now proceed to <xref linkend="tex-path"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.