From c8c8bd0fed738446dc5cf94ea22deb809d385124 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 7 Jun 2005 01:57:11 +0000 Subject: [PATCH] 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 --- general/genlib/pcre.xml | 7 +++++-- introduction/welcome/changelog.xml | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/general/genlib/pcre.xml b/general/genlib/pcre.xml index 34095856ec..5f5b6a7442 100644 --- a/general/genlib/pcre.xml +++ b/general/genlib/pcre.xml @@ -8,7 +8,7 @@ - + ]> @@ -72,7 +72,10 @@ make Now, as the root user: -make install +make install && +install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html && +install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html && +install -v -m644 doc/{Tech.Notes,*.txt} /usr/share/doc/pcre-&pcre-version; If you reinstall grep after installing pcre, grep will get diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 656f3bc53b..6782f40139 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -27,7 +27,8 @@ 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. + to 1.5.0_03; updated to ZSH-4.2.5; added installation of documentation + to the PCRE instructions, suggested by David Jensen.