Changeset deedbba


Ignore:
Timestamp:
08/07/2014 02:13:55 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
05316fa
Parents:
444158fa
Message:

Added sed to fix building documentation on libusb page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r444158fa rdeedbba  
    9191    </para>
    9292
    93 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     93<screen><userinput> sed -i "s:PROJECT_LOGO:#PROJECT_LOGO:g" -i doc/doxygen.cfg.in &amp;&amp;
     94./configure --prefix=/usr --disable-static &amp;&amp;
    9495make</userinput></screen>
    9596
     
    144145  </sect2>
    145146
     147  <sect2 role="commands">
     148    <title>Command Explanations</title>
     149
     150    <para><command>sed -i "s:PROJECT_LOGO:#PROJECT_LOGO:g"...</command>: This <command>sed</command>
     151    fixes using a non existant file when building the documentation.</para>
     152  </sect2>
     153
    146154  <sect2 role="content">
    147155    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.