Changeset c8c8bd0f


Ignore:
Timestamp:
06/07/2005 01:57:11 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
955b4f46
Parents:
5ef8b741
Message:

Added documentation installation to the PCRE instructions, suggested by David Jensen

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r5ef8b741 rc8c8bd0f  
    99  <!ENTITY pcre-md5sum "813850808894d99fb5b1c41ec6335d4f">
    1010  <!ENTITY pcre-size "465 KB">
    11   <!ENTITY pcre-buildsize "5.3 MB">
     11  <!ENTITY pcre-buildsize "6 MB">
    1212  <!ENTITY pcre-time "0.11 SBU">
    1313]>
     
    7373    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7474
    75 <screen role="root"><userinput>make install</userinput></screen>
     75<screen role="root"><userinput>make install &amp;&amp;
     76install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
     77install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
     78install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version;</userinput></screen>
    7679
    7780    <para>If you reinstall <application>grep</application> after installing
  • introduction/welcome/changelog.xml

    r5ef8b741 rc8c8bd0f  
    2828      <para>June 6th, 2005 [randy]: Added a note to the Samba instructions
    2929      about unprivileged users mounting SMB shares; updated JDK binary version
    30       to 1.5.0_03; updated to ZSH-4.2.5.</para>
     30      to 1.5.0_03; updated to ZSH-4.2.5; added installation of documentation
     31      to the PCRE instructions, suggested by David Jensen.</para>
    3132    </listitem>
    3233
Note: See TracChangeset for help on using the changeset viewer.