Changeset 71abbc0


Ignore:
Timestamp:
09/30/2014 06:16:27 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c8fcaa7
Parents:
8f24784c
Message:

Set correct doc directories

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14429 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libunistring.xml

    r8f24784c r71abbc0  
    7474    commands:</para>
    7575
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/libunistring-&libunistring-version; &amp;&amp;
    7777make</userinput></screen>
    7878
  • general/genlib/libzeitgeist.xml

    r8f24784c r71abbc0  
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     103<screen><userinput>sed -i  "s|/doc/libzeitgeist|&amp;-&libzeitgeist-version;|" Makefile.in &amp;&amp;
     104
     105./configure --prefix=/usr --disable-static &amp;&amp;
    104106make</userinput></screen>
    105107
     
    117119  <sect2 role="commands">
    118120    <title>Command Explanations</title>
     121
     122    <para>
     123      <command>sed ... Makefile.in</command>:  PLace the documentation in
     124      a versioned directory.
     125    </para>
    119126
    120127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.