Changeset 8964c2f for pst


Ignore:
Timestamp:
03/04/2016 06:24:48 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
dea3187
Parents:
57977df
Message:

Merge changes from trunk to r17055.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17058 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/xindy.xml

    r57977df r8964c2f  
    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.