Changeset 6dbf705 for pst/typesetting


Ignore:
Timestamp:
04/27/2021 02:08:30 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
f64720d
Parents:
5986ef7
Message:

Restructure the autoreconf and sed commands in dvisvgm so that the
changes actually take effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/dvisvgm.xml

    r5986ef7 r6dbf705  
    142142    </para>
    143143
    144 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    145 autoreconf -fiv                               &amp;&amp;
     144<screen><userinput>autoreconf -fiv                               &amp;&amp;
     145sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146146./configure                                    \
    147147 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
Note: See TracChangeset for help on using the changeset viewer.