From fd2aad8876238c59965e6ab9afc88b190b58ea20 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 15 Dec 2005 19:49:59 +0000 Subject: [PATCH] Updated to Gamin-0.1.7 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5431 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/genlib/gamin.xml | 33 +++++++++++++++++++----------- introduction/welcome/changelog.xml | 3 +++ 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/general.ent b/general.ent index cfbe4ac7ca..b15dafc868 100644 --- a/general.ent +++ b/general.ent @@ -69,7 +69,7 @@ - + diff --git a/general/genlib/gamin.xml b/general/genlib/gamin.xml index affa1deaf0..62a8e9597e 100644 --- a/general/genlib/gamin.xml +++ b/general/genlib/gamin.xml @@ -5,11 +5,11 @@ %general-entities; - - - - - + + + + + ]> @@ -62,9 +62,14 @@ Optional - (for building API documentation), + + + @@ -81,7 +86,9 @@ make Now, as the root user: -make install +make install && +install -v -m755 -d /usr/share/doc/gamin-&gamin-version; && +install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version; @@ -105,13 +112,15 @@ make Installed Program - Installed Library - Installed Directories + Installed Libraries + Installed Directory gam_server - libfam.[so,a], libgamin.[so,a] - None + libfam.[so,a], libgamin-1.[so,a], libgamin_shared.a and + optionally, Python _gamin.[so,a] + module + /usr/share/doc/gamin-&gamin-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e7709fb907..0ccb4fa0cf 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ December 15, 2005 + + [randy] - Updated to Gamin-0.1.7. + [bdubbs] - Removed section on newsserver..