Changeset 60d59117 for general/genlib


Ignore:
Timestamp:
11/30/2015 11:32:50 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
692b415e
Parents:
5982e67
Message:
  • Some packages with doc directory not matching version:

◦ atkmm-2.24.2
◦ glibmm-2.46.2
◦ cairomm-1.12.0
◦ gtkmm-3.18.0
◦ gtkmm-2.24.4
◦ pangomm-2.38.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r5982e67 r60d59117  
    9595
    9696    <para>
     97      First, fix the documents directory name:
     98    </para>
     99
     100<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/glibmm-&glibmm-version;/' \
     101    -i docs/Makefile.in</userinput></screen>
     102
     103    <para>
    97104      Install <application>GLibmm</application> by running the following
    98105      commands:
     
    132139        <seg>
    133140          /usr/{include,lib}/g{io,lib}mm-2.4 and
    134           /usr/share/{devhelp/books,doc}/glibmm-2.4
     141          /usr/share/{devhelp/books/glibmm-2.4,doc/glibmm-&glibmm-version;}
    135142        </seg>
    136143      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.