mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
2ee51e6b2d
commit
323d61cc59
@ -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 &&
|
||||
<screen role="root"><userinput>make install &&
|
||||
make -C doc install &&
|
||||
install -v -m 644 doc/*.3 /usr/share/man/man3/</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -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 &&
|
||||
autoreconf -f -i</userinput></screen>
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user