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
This commit is contained in:
Randy McMurchy 2005-06-07 01:57:11 +00:00
parent 5ef8b7418f
commit c8c8bd0fed
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
<!ENTITY pcre-md5sum "813850808894d99fb5b1c41ec6335d4f">
<!ENTITY pcre-size "465 KB">
<!ENTITY pcre-buildsize "5.3 MB">
<!ENTITY pcre-buildsize "6 MB">
<!ENTITY pcre-time "0.11 SBU">
]>
@ -72,7 +72,10 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html &amp;&amp;
install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version;</userinput></screen>
<para>If you reinstall <application>grep</application> after installing
<application>pcre</application>, <application>grep</application> will get

View File

@ -27,7 +27,8 @@
<listitem>
<para>June 6th, 2005 [randy]: Added a note to the Samba instructions
about unprivileged users mounting SMB shares; updated JDK binary version
to 1.5.0_03; updated to ZSH-4.2.5.</para>
to 1.5.0_03; updated to ZSH-4.2.5; added installation of documentation
to the PCRE instructions, suggested by David Jensen.</para>
</listitem>
<listitem>