Author: bdubbs
Date: Fri Dec 28 09:46:11 2018
New Revision: 20881

Log:
Minor spacing and dependency changes

Modified:
   trunk/BOOK/general/genlib/qca.xml
   trunk/BOOK/general/prog/llvm.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/genlib/qca.xml
==============================================================================
--- trunk/BOOK/general/genlib/qca.xml   Fri Dec 28 09:37:58 2018        (r20880)
+++ trunk/BOOK/general/genlib/qca.xml   Fri Dec 28 09:46:11 2018        (r20881)
@@ -116,12 +116,12 @@
 cmake -DCMAKE_INSTALL_PREFIX=/usr                                \
       -DCMAKE_BUILD_TYPE=Release                                 \
       -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man                  \
+      ..                                                         &&
+make</userinput></screen>
+
       <!--      -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0             \
       -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so       \
       -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \ -->
-      ..                                                         &amp;&amp;
-
-make</userinput></screen>
 
     <para>To test the results, issue <command>make test</command>. One
     test is known to fail.</para>

Modified: trunk/BOOK/general/prog/llvm.xml
==============================================================================
--- trunk/BOOK/general/prog/llvm.xml    Fri Dec 28 09:37:58 2018        (r20880)
+++ trunk/BOOK/general/prog/llvm.xml    Fri Dec 28 09:46:11 2018        (r20881)
@@ -149,7 +149,7 @@
     <!-- cmake is now required -->
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="cmake"/> and <xref linkend="python2"/>
+      <xref linkend="cmake"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -157,6 +157,7 @@
       <xref linkend="doxygen"/>,
       <xref linkend="graphviz"/>,
       <xref linkend="libxml2"/>,
+      <xref linkend="python2"/>,
       <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
       <xref linkend="valgrind"/>,
       <xref linkend="zip"/>,

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 28 09:37:58 
2018        (r20880)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Dec 28 09:46:11 
2018        (r20881)
@@ -46,8 +46,8 @@
       <para>December 28th, 2018</para>
       <itemizedlist>
         <listitem revision="systemd">
-          <para>[renodr] - Fix Fcron's Configuration Instructions to support 
systemctl instead of using a nonexistent
-          Sysvinit bootscript.</para>
+          <para>[renodr] - Fix Fcron's configuration instructions to 
+          support systemctl instead of sysvinit bootscripts.</para>
         </listitem>
         <listitem>
           <para>[timtas] - Update to vlc-3.0.5. Fixes
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to