diff --git a/general.ent b/general.ent index 7ad0d6b738..02a4e0d3ce 100644 --- a/general.ent +++ b/general.ent @@ -190,7 +190,7 @@ $Date$ - + diff --git a/general/sysutils/gpm.xml b/general/sysutils/gpm.xml index fa6a296cf0..0aa7de4d71 100644 --- a/general/sysutils/gpm.xml +++ b/general/sysutils/gpm.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -90,27 +90,34 @@ make Now, as the root user: -make install && +make install && install-info --dir-file=/usr/share/info/dir \ - /usr/share/info/gpm.info && + /usr/share/info/gpm.info && -ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && -install -v -m644 conf/gpm-root.conf /etc +ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && +install -v -m644 conf/gpm-root.conf /etc && + +install -v -m755 -d destdir/usr/share/doc/gpm-&gpm-version; && +chmod -v 755 doc/{changes,support} && +chmod -v 644 doc/{changes/*,support/*,FAQ,HACK_GPM,README*} && +cp -v -R doc/{FAQ,HACK_GPM,README*,changes,support} \ + /usr/share/doc/gpm-&gpm-version; - + Configuring GPM @@ -200,7 +207,7 @@ GPMOPTS="" disable-paste, display-buttons, display-coords, get-versions, gpm, gpm-root, hltest, mev, and mouse-test libgpm.{so.a} - None + /usr/share/doc/gpm-&gpm-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d1eb756848..24a2efb770 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + February 11th, 2009 + + + [randy] - Updated to GPM-1.20.6. + + + + February 9th, 2009