Ignore:
Timestamp:
10/14/2016 04:16:34 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
03c7ec8d
Parents:
c33c599
Message:

Last round of option vs parameter fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    rc33c599 r1a518e97  
    255255
    256256    <para>
    257       <parameter>patch -Np1 -i ../texlive-&texlive-version;-source...</parameter>:
     257      <command>patch -Np1 -i ../texlive-&texlive-version;-source...</command>:
    258258      This fixes a segfault in upmendex which was corrected after the source was
    259259      released and is included in the binary installer.
     
    283283
    284284    <para>
    285       <parameter>make texlinks</parameter> : this runs the texlinks.sh script
     285      <command>make texlinks</command> : this runs the texlinks.sh script
    286286      to create symbolic links from formats to engines.  In
    287287      practice, several of the targets such as <command>xetex</command> are now
     
    290290
    291291    <para>
    292       <parameter>tar -xf texlive-&texmf-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</parameter>:
     292      <command>tar -xf texlive-&texmf-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</command>:
    293293      the tarball contains the files for the texmf-dist directory, and because
    294294      of its size we do not want to waste time and space untarring it and then
     
    297297
    298298    <para>
    299       <parameter>patch -Np1 -i /sources/texlive-&texlive-version;-texmf...</parameter>:
     299      <command>patch -Np1 -i /sources/texlive-&texlive-version;-texmf...</command>:
    300300      This fixes various problems in epstopdf which were found after the source
    301301      was released and are included in the binary installer.  Because this is
     
    305305
    306306    <para>
    307       <parameter>install -v -m644 ../texk/tests/TeXLive/*
    308       /opt/texlive/&texlive-year;/tlpkg/TeXLive/</parameter>: This puts the perl
     307      <command>install -v -m644 ../texk/tests/TeXLive/*
     308      /opt/texlive/&texlive-year;/tlpkg/TeXLive/</command>: This puts the perl
    309309      modules <filename>TLConfig.pm</filename> and <filename>TLUtils.pm</filename>
    310310      into the directory where the binary installer puts them - it is at the
     
    314314
    315315    <para>
    316       <parameter>mktexlsr</parameter>: Create an <filename>ls-R</filename> file
     316      <command>mktexlsr</command>: Create an <filename>ls-R</filename> file
    317317      which lists what was installed - this is used by kpathsea to find files.
    318318    </para>
    319319
    320320    <para>
    321       <parameter>fmtutil-sys --all</parameter>: This initialises the TeX formats,
     321      <command>fmtutil-sys --all</command>: This initialises the TeX formats,
    322322      Metafont bases and Metapost mems.
    323323    </para>
    324324
    325325    <para>
    326       <parameter>mtxrun --generate</parameter>: This initialise the ConTeXt system.
     326      <command>mtxrun --generate</command>: This initialise the ConTeXt system.
    327327    </para>
    328328
Note: See TracChangeset for help on using the changeset viewer.