Author: ken
Date: Mon Jun 29 14:03:10 2015
New Revision: 16188
Log:
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.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/pst/typesetting/asymptote.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jun 28 18:36:57 2015 (r16187)
+++ trunk/BOOK/general.ent Mon Jun 29 14:03:10 2015 (r16188)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "28"> <!-- Always 2 digits -->
+<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "June 28th &year;">
+<!ENTITY releasedate "June 29th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 28 18:36:57
2015 (r16187)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Jun 29 14:03:10
2015 (r16188)
@@ -45,6 +45,15 @@
-->
<listitem>
+ <para>June 29th, 2015</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - More fixups to configure switches for asymptote.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 28th, 2015</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/asymptote.xml Sun Jun 28 18:36:57 2015
(r16187)
+++ trunk/BOOK/pst/typesetting/asymptote.xml Mon Jun 29 14:03:10 2015
(r16188)
@@ -119,7 +119,8 @@
<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e
's/$/-linux/') &&
./configure --prefix=/opt/texlive/&texlive-year; \
--bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
- --datarootdir=/opt/texlive/&texlive-year; \
+ --datarootdir=/opt/texlive/&texlive-year;/texmf-dist \
+ --infodir=/opt/texlive/&texlive-year;texmf-dist/doc/info \
--libdir=/opt/texlive/&texlive-year;/texmf-dist \
--mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
--enable-gc=system \
@@ -145,6 +146,16 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/tex-prefix.xml"/>
+ <para>
+ Exceptionally, asymptote will create an <filename
+ class="directory">asymptote/</filename> subdirectory for
+ <filename>asymptote.info</filename> even though the
+ <filename>asy-faq.info</filename> file will be in the main
+ <application>texlive</application>
+ <filename class="directory">info/</filename> directory. Both files
+ <emphasis>will</emphasis> be found by <command>info</command>.
+ </para>
+
<para><parameter>--libdir=/opt/texlive/&texlive-year;/texmf-dist;</parameter>:
This parameter ensures that the <filename
class="directory">asymptote</filename>
directory will similarly overwrite any files installed by
install-tl-unx.</para>
@@ -176,7 +187,8 @@
None
</seg>
<seg>
- /opt/texlive/&texlive-year;/asymptote,
/opt/texlive/&texlive-year;/doc/asymptote,
+ /opt/texlive/&texlive-year;texmf-dist/asymptote,
+ /opt/texlive/&texlive-year;/doc/asymptote,
/opt/texlive/&texlive-year;/info/asymptote
</seg>
</seglistitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page