Removed PDF specifics tags.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-02-21 20:53:49 +00:00
parent ecac2ad77c
commit 845846e02d
11 changed files with 25 additions and 43 deletions

View File

@ -3,7 +3,7 @@
<!ENTITY % general-entities SYSTEM "../general.ent"> <!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities; %general-entities;
]> ]>
<sect1 id="ch-scatter-changelog" condition="html"> <sect1 id="ch-scatter-changelog">
<title>Changelog</title> <title>Changelog</title>
<?dbhtml filename="changelog.html"?> <?dbhtml filename="changelog.html"?>

View File

@ -32,8 +32,7 @@ needed to build an LFS system:</para>
<varlistentry> <varlistentry>
<term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term> <term>Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:</term>
<listitem> <listitem>
<para condition="html"><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para> <para><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para>
<para condition="pdf"><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_ kill_su-1.patch"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -82,24 +81,21 @@ needed to build an LFS system:</para>
<varlistentry> <varlistentry>
<term>Inetutils Kernel Headers Patch - 1 KB:</term> <term>Inetutils Kernel Headers Patch - 1 KB:</term>
<listitem> <listitem>
<para condition="html"><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para> <para><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
<para condition="pdf"><ulink url="&patches-root;inetutils-&inetutils-version;-kernel_headers- 1.patch"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term> <term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
<listitem> <listitem>
<para condition="html"><ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para> <para><ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para>
<para condition="pdf"><ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_ pages-1.patch"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>IPRoute2 Disable DB Patch - 1 KB:</term> <term>IPRoute2 Disable DB Patch - 1 KB:</term>
<listitem> <listitem>
<para condition="html"><ulink url="&patches-root;iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para> <para><ulink url="&patches-root;iproute2-&iproute2-patch-version;-remove_db-1.patch"/></para>
<para condition="pdf"><ulink url="&patches-root;iproute2-&iproute2-patch-version;-remove_ db-1.patch"/></para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -42,8 +42,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
mv -f tempspecfile $SPECFILE &amp;&amp; mv -f tempspecfile $SPECFILE &amp;&amp;
unset SPECFILE</userinput></screen> unset SPECFILE</userinput></screen>
<para><phrase condition="html">It is recommended that the above <para>It is recommended that the above
command be copy-and-pasted in order to ensure accuracy.</phrase> command be copy-and-pasted in order to ensure accuracy.
Alternatively, the specs file can be edited by hand. This is done by Alternatively, the specs file can be edited by hand. This is done by
replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with
<quote>/tools/lib/ld-linux.so.2</quote></para> <quote>/tools/lib/ld-linux.so.2</quote></para>
@ -100,8 +100,8 @@ the <envar>PATH</envar> is wrong it could mean that you are not logged in as use
<emphasis>lfs</emphasis> or that something went wrong back in <xref <emphasis>lfs</emphasis> or that something went wrong back in <xref
linkend="ch-tools-settingenviron" role="."/> Another option is that something linkend="ch-tools-settingenviron" role="."/> Another option is that something
may have gone wrong with the specs file amendment above. In this case, may have gone wrong with the specs file amendment above. In this case,
redo the specs file amendment<phrase condition="html">, being careful to copy-and-paste the redo the specs file amendment, being careful to copy-and-paste the
commands</phrase>.</para> commands.</para>
<para>Once all is well, clean up the test files:</para> <para>Once all is well, clean up the test files:</para>

View File

@ -44,8 +44,7 @@ five.</para>
software, a lot of disk space can be regained by removing these software, a lot of disk space can be regained by removing these
symbols. The next section shows how to strip all debugging symbols symbols. The next section shows how to strip all debugging symbols
from the programs and libraries. Additional information on system from the programs and libraries. Additional information on system
optimization can be found at <ulink url="&hints-root;optimization.txt"><phrase optimization can be found at <ulink url="&hints-root;optimization.txt"/>.</para>
condition="pdf">&hints-root; optimization.txt</phrase></ulink>.</para>
</sect1> </sect1>

View File

@ -69,11 +69,8 @@ cd ../binutils-build</userinput></screen>
<para>Normally, the tooldir (the directory where the executables will <para>Normally, the tooldir (the directory where the executables will
ultimately be located) is set to <filename ultimately be located) is set to <filename
class="directory">$(exec_prefix)/$(target_alias)</filename>, which class="directory">$(exec_prefix)/$(target_alias)</filename>, which
expands into <phrase condition="html"><filename expands into <filename class="directory">/usr/i686-pc-linux-gnu</filename>.
class="directory">/usr/i686-pc-linux-gnu</filename></phrase><phrase Because this is a custom system, this target-specific directory in <filename
condition="pdf"><filename class="directory">/usr/i686-pc-
linux-gnu</filename></phrase>. Because this is a custom system, this
target-specific directory in <filename
class="directory">/usr</filename> is not required. This setup would be class="directory">/usr</filename> is not required. This setup would be
used if the system was used to cross-compile (for example, compiling a used if the system was used to cross-compile (for example, compiling a
package on an Intel machine that generates code that can be executed package on an Intel machine that generates code that can be executed

View File

@ -78,9 +78,8 @@ Instructions for a better <command>whois</command> client are in the BLFS book.<
servers included as part of the Inetutils package. These servers are servers included as part of the Inetutils package. These servers are
deemed not appropriate in a basic LFS system. Some are insecure by deemed not appropriate in a basic LFS system. Some are insecure by
nature and are only considered safe on trusted networks. More nature and are only considered safe on trusted networks. More
information can be found at <phrase condition="html"><ulink information can be found at <ulink
url="&blfs-root;view/svn/basicnet/inetutils.html"/></phrase><phrase url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that
condition="pdf"><ulink url="&blfs-root;view/svn/ basicnet/inetutils.html"/></phrase>. Note that
better replacements are available for many of these better replacements are available for many of these
servers.</para></listitem> servers.</para></listitem>
</varlistentry> </varlistentry>

View File

@ -99,9 +99,7 @@ not support multibyte character sets.</para>
<para>Additional information with regards to the compression of <para>Additional information with regards to the compression of
man and info pages can be found in the BLFS book at man and info pages can be found in the BLFS book at
<ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"><phrase <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/>.</para>
condition="pdf">http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/
compressdoc.html</phrase></ulink>.</para>
</sect2> </sect2>

View File

@ -226,18 +226,14 @@ modules when any request is made to load the driver
sites:</para> sites:</para>
<itemizedlist> <itemizedlist>
<listitem><para remap="verbatim">A Userspace Implementation of devfs <listitem><para>A Userspace Implementation of devfs
<ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"><phrase <ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"/></para></listitem>
condition="pdf">http://www.kroah.com/linux/talks/ols_2003_udev_paper/
Reprint-Kroah-Hartman-OLS2003.pdf</phrase></ulink></para></listitem>
<listitem><para remap="verbatim">udev FAQ <listitem><para>udev FAQ
<ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para></listitem> <ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para></listitem>
<listitem><para remap="verbatim">The Linux Kernel Driver Model <listitem><para>The Linux Kernel Driver Model
<ulink url="http://public.planetmirror.com/pub/lca/2003/proceedings/papers/Patrick_Mochel/Patrick_Mochel.pdf"><phrase <ulink url="http://public.planetmirror.com/pub/lca/2003/proceedings/papers/Patrick_Mochel/Patrick_Mochel.pdf"/></para></listitem>
condition="pdf">http://public.planetmirror.com/pub/lca/2003/proceedings/papers/
Patrick_Mochel/Patrick_Mochel.pdf</phrase></ulink></para></listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>

View File

@ -56,10 +56,7 @@ compile the keymap into the kernel, issue the command below:</para>
drivers/char/defkeymap.c</userinput></screen> drivers/char/defkeymap.c</userinput></screen>
<para>For example, if using a Dutch keyboard, use <para>For example, if using a Dutch keyboard, use
<phrase <filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
condition="html"><filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename></phrase><phrase
condition="pdf"><filename>/usr/share/kbd/keymaps/i386/
qwerty/nl.map.gz</filename></phrase>.</para>
<para>Configure the kernel via a menu-driven interface BLFS has some <para>Configure the kernel via a menu-driven interface BLFS has some
information regarding particular kernel configuration requirements of information regarding particular kernel configuration requirements of

View File

@ -12,18 +12,18 @@ and installing Linux software. Before building an LFS system, we
recommend reading the following HOWTOs:</para> recommend reading the following HOWTOs:</para>
<itemizedlist> <itemizedlist>
<listitem><para remap="verbatim">Software-Building-HOWTO <listitem><para>Software-Building-HOWTO
<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para> <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
<para>This is a comprehensive guide to building and installing <para>This is a comprehensive guide to building and installing
<quote>generic</quote> Unix software distributions under Linux.</para></listitem> <quote>generic</quote> Unix software distributions under Linux.</para></listitem>
<listitem><para remap="verbatim">The Linux Users' Guide <listitem><para>The Linux Users' Guide
<ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/></para> <ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/></para>
<para>This guide covers the usage of assorted Linux software.</para></listitem> <para>This guide covers the usage of assorted Linux software.</para></listitem>
<listitem><para remap="verbatim">The Essential Pre-Reading Hint <listitem><para>The Essential Pre-Reading Hint
<ulink url="&hints-root;essential_prereading.txt"/></para> <ulink url="&hints-root;essential_prereading.txt"/></para>
<para>This is an LFS Hint written specifically for users new to Linux. <para>This is an LFS Hint written specifically for users new to Linux.

View File

@ -52,7 +52,7 @@ Therefore, this entire section is generally typed as seen.</para>
<para><replaceable>[REPLACED TEXT]</replaceable></para> <para><replaceable>[REPLACED TEXT]</replaceable></para>
<para>This format is used to encapsulate text that is not to be typed <para>This format is used to encapsulate text that is not to be typed
as seen<phrase condition="html"> or copy-and-pasted</phrase>.</para> as seen or copy-and-pasted.</para>
</sect1> </sect1>