Ignore:
Timestamp:
02/27/2016 09:58:54 PM (8 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.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:
e85b52e
Parents:
9520945
Message:

Fix xindy, tag tex source packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/xindy.xml

    r9520945 r5ac40fda  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797
    9898<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    99 
     99sed -i "s/ grep -v '^;'/ awk NF/" make-rules/inputenc/Makefile.in &amp;&amp;
    100100./configure --prefix=/opt/texlive/&texlive-year;              \
    101101            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
     
    123123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124124     href="../../xincludes/tex-prefix.xml"/>
     125
     126    <para>
     127      <parameter>sed -i "s/ grep -v '^;'/ awk NF/" ...</parameter>: The build
     128      sorts files in latin{1..3} encodings to create latin.xdy, and unicode
     129      versions of these to create utf8.xdy after using
     130      <command>grep -v '^;'</command> to remove blank lines. With
     131      <application>grep-2.23</application> any data not in the expected
     132      encoding is treated as binary, resulting in a useless file. This
     133      command uses an alternative way of removing blank lines.
     134    </para>
    125135
    126136    <para><parameter>--includedir=/usr/include</parameter>:
Note: See TracChangeset for help on using the changeset viewer.