diff --git a/general.ent b/general.ent index 5501cf748a..1b042403f4 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/general/genlib/libcroco.xml b/general/genlib/libcroco.xml index 1a75d9ff43..39eeb884c8 100644 --- a/general/genlib/libcroco.xml +++ b/general/genlib/libcroco.xml @@ -5,11 +5,11 @@ %general-entities; - - - - - + + + + + ]> @@ -72,11 +72,14 @@ ./configure --prefix=/usr && make - This package does not come with a test suite. + To test the results, issue: make test. Now, as the root user: -make install +make install && +install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples && +install -v -m644 docs/usage.txt /usr/share/doc/libcroco-&libcroco-version; && +install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-&libcroco-version;/examples @@ -84,14 +87,15 @@ make Contents - Installed Program + Installed Programs Installed Library - Installed Directory + Installed Directories - csslint-0.6 - libcroco.[so,a] - /usr/include/libcroco-&libcroco-version; + croco-0.6-config and csslint-0.6 + libcroco-0.6.[so,a] + /usr/include/libcroco-&libcroco-version; and + /usr/share/doc/libcroco-&libcroco-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3022c3566d..037f57416e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,17 @@ --> + + September 14th, 2005 + + + [randy] - Added documentation installation commands and + corrected the note about the test suite in the libcroco + instructions. + + + + September 13th, 2005