Ignore:
Timestamp:
08/11/2014 04:37:20 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
9fdd04e
Parents:
946a2368
Message:

Fix libassuan doc build.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libassuan.xml

    r946a2368 r914ba3f  
    7979    </itemizedlist>
    8080
     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>
     91
    8192    <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
    8293
     
    98109  <sect2 role="installation">
    99110    <title>Installation of libassuan</title>
     111
     112    <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>
    100118
    101119    <para>
Note: See TracChangeset for help on using the changeset viewer.