Changeset 068a163 for pst


Ignore:
Timestamp:
02/23/2015 06:11:50 PM (9 years ago)
Author:
Ken Moffat <ken@…>
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:
1c80c2c
Parents:
7c51f58
Message:

xindy - simplify use of LC_ALL, fix backslash alignment.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/xindy.xml

    r7c51f58 r068a163  
    9898<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    9999
    100 SAVE_LC_ALL=$LC_ALL &amp;&amp;
    101 LC_ALL=POSIX &amp;&amp;
    102 
    103100./configure --prefix=/opt/texlive/&texlive-year;              \
    104101            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
    105102            --datarootdir=/opt/texlive/&texlive-year;         \
    106             --includedir=/usr/include                         \
     103            --includedir=/usr/include               \
    107104            --libdir=/opt/texlive/&texlive-year;/texmf-dist   \
    108105            --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
    109 make &amp;&amp;
    110 LC_ALL=$SAVE_LC_ALL &amp;&amp; unset SAVE_LC_ALL
    111 </userinput></screen>
     106make LC_ALL=POSIX</userinput></screen>
    112107
    113108    <para>
     
    126121    <title>Command Explanations</title>
    127122
    128     <para>
    129       <parameter>SAVE_LC_ALL=...</parameter>: with the current version of
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124     href="../../xincludes/tex-prefix.xml"/>
     125
     126    <para><parameter>--includedir=/usr/include</parameter>:
     127    This parameter ensures that the <filename>kpathsea</filename>
     128    headers from <xref linkend="texlive"/> will be found.</para>
     129
     130    <para>
     131      <parameter>make LC_ALL=POSIX</parameter>: with the current version of
    130132      <application>coreutils</application> it is essential to build
    131133      <application>xindy</application> in the POSIX (or C) locale because in a
     
    135137      <application>lisp</application> merge-rule commands it ought to contain.
    136138    </para>
    137 
    138     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139      href="../../xincludes/tex-prefix.xml"/>
    140 
    141     <para><parameter>--includedir=/usr/include</parameter>:
    142     This parameter ensures that the <filename>kpathsea</filename>
    143     headers from <xref linkend="texlive"/> will be found.</para>
    144139
    145140  </sect2>
Note: See TracChangeset for help on using the changeset viewer.