Ignore:
Timestamp:
06/29/2015 09:03:10 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.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:
b0738fd
Parents:
f175d6f6
Message:

Corrections to configure switches for asymptote. I was reminded how fragile the XML validation process can be, but both the process and I agree that this is now valid, and only 40 minutes wasted.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    rf175d6f6 ra06d59d  
    120120./configure --prefix=/opt/texlive/&texlive-year; \
    121121 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
    122  --datarootdir=/opt/texlive/&texlive-year; \
     122 --datarootdir=/opt/texlive/&texlive-year;/texmf-dist \
     123 --infodir=/opt/texlive/&texlive-year;texmf-dist/doc/info \
    123124 --libdir=/opt/texlive/&texlive-year;/texmf-dist \
    124125 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
     
    145146    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146147     href="../../xincludes/tex-prefix.xml"/>
     148
     149    <para>
     150      Exceptionally, asymptote will create an <filename
     151      class="directory">asymptote/</filename> subdirectory for
     152      <filename>asymptote.info</filename> even though the
     153      <filename>asy-faq.info</filename> file will be in the main
     154      <application>texlive</application>
     155      <filename class="directory">info/</filename> directory. Both files
     156      <emphasis>will</emphasis> be found by <command>info</command>.
     157    </para>
    147158
    148159    <para><parameter>--libdir=/opt/texlive/&texlive-year;/texmf-dist;</parameter>:
     
    177188        </seg>
    178189        <seg>
    179           /opt/texlive/&texlive-year;/asymptote, /opt/texlive/&texlive-year;/doc/asymptote,
     190          /opt/texlive/&texlive-year;texmf-dist/asymptote,
     191          /opt/texlive/&texlive-year;/doc/asymptote,
    180192          /opt/texlive/&texlive-year;/info/asymptote
    181193        </seg>
Note: See TracChangeset for help on using the changeset viewer.