Author: randy
Date: 2007-07-02 09:48:47 -0600 (Mon, 02 Jul 2007)
New Revision: 6824

Modified:
   trunk/BOOK/general/genlib/pcre.xml
Log:
Removed the documentation installation commands from the PCRE package as 'make 
install' now does it

Modified: trunk/BOOK/general/genlib/pcre.xml
===================================================================
--- trunk/BOOK/general/genlib/pcre.xml  2007-07-02 14:44:34 UTC (rev 6823)
+++ trunk/BOOK/general/genlib/pcre.xml  2007-07-02 15:48:47 UTC (rev 6824)
@@ -68,17 +68,16 @@
     <para>Install <application>PCRE</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-utf8 &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --docdir=/usr/share/doc/pcre-&pcre-version; \
+            --enable-utf8 &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<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/*.txt  
/usr/share/doc/pcre-&pcre-version;</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
 
     <para>If you reinstall <application>Grep</application> after installing
     <application>PCRE</application>, <application>Grep</application> will get

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to