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
This commit is contained in:
Randy McMurchy 2005-07-25 07:03:42 +00:00
parent 2ee51e6b2d
commit 323d61cc59
3 changed files with 14 additions and 18 deletions

View File

@ -92,13 +92,8 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>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 <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make -C doc install &amp;&amp;
<screen role="root"><userinput>make install &amp;&amp;
make -C doc install &amp;&amp;
install -v -m 644 doc/*.3 /usr/share/man/man3/</userinput></screen>
</sect2>

View File

@ -68,16 +68,17 @@
<sect2 role="installation">
<title>Installation of SGML Common</title>
<para>Instead of the normal convention of including the autotools files in the package,
the maintainers included symlinks to the files in
<filename class="directory">/usr/share/automake</filename>. For previous versions of
<application>automake</application> this convention is correct, but recent versions of
<application>automake</application> install the internal files in version specific directories.
This causes the <command>configure</command> to abort.
To fix this error, the autotools are regenerated. Since the included
<filename>Makefile.am</filename> uses a syntax not supported by current versions of
<application>automake</application>, we also need to apply the patch to fix the
syntax.</para>
<para>Instead of the normal convention of including the autotools files
in the package, the maintainers included symlinks to the files in
<filename class="directory">/usr/share/automake</filename>. For previous
versions of <application>Automake</application> this convention is
correct, but recent versions of <application>Automake</application>
install the internal files in version specific directories. This causes
the <command>configure</command> script to abort. To fix this error, the
autotools are regenerated. Since the included
<filename>Makefile.am</filename> file uses a syntax not supported by
current versions of <application>Automake</application>, a patch is
required to fix the syntax.</para>
<screen><userinput>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch &amp;&amp;
autoreconf -f -i</userinput></screen>

View File

@ -305,7 +305,7 @@ lndir ../xc</userinput></screen>
/* 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
*/