Ignore:
Timestamp:
10/26/2014 03:35:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
05a9cde
Parents:
0e389d13
Message:

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14742 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libassuan.xml

    r0e389d13 r169031f  
    7979    </itemizedlist>
    8080
    81       <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82       <itemizedlist spacing="compact">
    83         <listitem>
    84           <para>
    85              Optional, to fix the docummentation build:
    86             <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
    87           </para>
    88         </listitem>
    89       </itemizedlist>
     81    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     82    <itemizedlist spacing="compact">
     83      <listitem>
     84        <para>
     85          Optional patch:
     86          <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
     87          (Required if building the pdf documentation).
     88        </para>
     89      </listitem>
     90    </itemizedlist>
    9091
    9192    <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
     
    110111
    111112    <para>
     113      If you have downloaded the optional patch, apply it by running
     114      the following command:
     115    </para>
     116
     117<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch</userinput></screen>
     118
     119    <para>
    112120      Install <application>libassuan</application> by running the
    113121      following commands:
    114122    </para>
    115123
     124<!-- .texi documentation does not build with Texinfo 5.1 -->
    116125<screen><userinput>./configure --prefix=/usr &amp;&amp;
    117126make</userinput></screen>
     
    119128    <para>
    120129      If you wish to build documentation, you must have
    121       <xref linkend="texlive"/> installed and issue the following commands:
    122     </para>
    123 
    124 <screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &amp;&amp;
    125 make -C doc pdf ps</userinput></screen>
     130      <xref linkend="texlive"/> installed, then issue
     131      the following command:
     132    </para>
     133
     134<screen><userinput>make -C doc pdf ps</userinput></screen>
    126135
    127136    <para>
Note: See TracChangeset for help on using the changeset viewer.