From 323d61cc59b47d0f52029ab587e0ecad44d9f6f6 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 25 Jul 2005 07:03:42 +0000 Subject: [PATCH] Fixed typos in SGML-Common and Xorg instructions; removed unnecessary text from FontConfig instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4776 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/fontconfig.xml | 9 ++------- pst/sgml/sgml-common.xml | 21 +++++++++++---------- x/installing/xorg.xml | 2 +- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/general/graphlib/fontconfig.xml b/general/graphlib/fontconfig.xml index bb3e77a813..68b18ed5ef 100644 --- a/general/graphlib/fontconfig.xml +++ b/general/graphlib/fontconfig.xml @@ -92,13 +92,8 @@ make Now, as the root user: -make install - - The release tarballs also included pre-generated documentation that is not - installed by the above command. To install the documentation, execute the following - as the root user: - -make -C doc install && +make install && +make -C doc install && install -v -m 644 doc/*.3 /usr/share/man/man3/ diff --git a/pst/sgml/sgml-common.xml b/pst/sgml/sgml-common.xml index 0bca07e9ca..45260e2335 100644 --- a/pst/sgml/sgml-common.xml +++ b/pst/sgml/sgml-common.xml @@ -68,16 +68,17 @@ Installation of SGML Common - Instead of the normal convention of including the autotools files in the package, - the maintainers included symlinks to the files in - /usr/share/automake. For previous versions of - automake this convention is correct, but recent versions of - automake install the internal files in version specific directories. - This causes the configure to abort. - To fix this error, the autotools are regenerated. Since the included - Makefile.am uses a syntax not supported by current versions of - automake, we also need to apply the patch to fix the - syntax. + Instead of the normal convention of including the autotools files + in the package, the maintainers included symlinks to the files in + /usr/share/automake. For previous + versions of Automake this convention is + correct, but recent versions of Automake + install the internal files in version specific directories. This causes + the configure script to abort. To fix this error, the + autotools are regenerated. Since the included + Makefile.am file uses a syntax not supported by + current versions of Automake, a patch is + required to fix the syntax. patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch && autoreconf -f -i diff --git a/x/installing/xorg.xml b/x/installing/xorg.xml index a9742f6dba..533d7a7f80 100644 --- a/x/installing/xorg.xml +++ b/x/installing/xorg.xml @@ -305,7 +305,7 @@ lndir ../xc /* Uncomment the following define if you would prefer to install X into * /usr or change it to any other location that you prefer. * The GL defines disable compatibility symlinks (the links are not needed - * when X is installed in /usr. + * when X is installed in /usr). #define ProjectRoot /usr */