Changeset e5345a05


Ignore:
Timestamp:
03/27/2017 03:00:14 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
4412abb2
Parents:
c5353a8
Message:

Update spacing in asymptote

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    rc5353a8 re5345a05  
    117117
    118118<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    119 ./configure --prefix=/opt/texlive/&texlive-year; \
    120  --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
    121  --datarootdir=/opt/texlive/&texlive-year;/texmf-dist \
    122  --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info \
    123  --libdir=/opt/texlive/&texlive-year;/texmf-dist \
    124  --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
    125  --enable-gc=system \
    126  --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
    127  --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third &amp;&amp;
     119
     120./configure --prefix=/opt/texlive/&texlive-year;                          \
     121            --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH             \
     122            --datarootdir=/opt/texlive/&texlive-year;/texmf-dist          \
     123            --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info     \
     124            --libdir=/opt/texlive/&texlive-year;/texmf-dist               \
     125            --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man       \
     126            --enable-gc=system                                  \
     127            --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
     128            --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third &amp;&amp;
     129
    128130unset CFLAGS &amp;&amp;
    129131make</userinput></screen>
     
    137139    </para>
    138140
    139 <screen role="root"><userinput>
    140 make install                                                &amp;&amp;
    141 rm -fv /opt/texlive/&texlive-year;/texmf-dist/doc/info/asymptote.info
    142 
    143 </userinput></screen>
     141<screen role="root"><userinput>make install &amp;&amp;
     142rm -fv /opt/texlive/&texlive-year;/texmf-dist/doc/info/asymptote.info</userinput></screen>
    144143
    145144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.