mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Tagged the top-level XML files.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4010 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a6762d8615
commit
b3eff5b5da
49
index.xml
49
index.xml
@ -1,35 +1,36 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" >
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" >
|
||||
|
||||
<book>
|
||||
|
||||
<!-- Front Matter -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/bookinfo.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/dedication.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/preface.xml"/>
|
||||
<!-- Front Matter -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/bookinfo.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/dedication.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/preface.xml"/>
|
||||
|
||||
<!-- Parts -->
|
||||
<!-- Parts -->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/introduction.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="general/general.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="basicnet/basicnet.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="server/server.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x/x.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde/kde.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome/gnome.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xsoft/xsoft.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multimedia/multimedia.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pst/pst.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/introduction.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="general/general.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="basicnet/basicnet.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="server/server.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x/x.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde/kde.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome/gnome.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xsoft/xsoft.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multimedia/multimedia.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pst/pst.xml"/>
|
||||
|
||||
<!-- End parts -->
|
||||
<!-- End parts -->
|
||||
|
||||
<!-- Appendices -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/creat-comm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/ac-free-lic.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/>
|
||||
<!-- Appendices -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/creat-comm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/ac-free-lic.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/>
|
||||
|
||||
<index/>
|
||||
<index/>
|
||||
|
||||
</book>
|
||||
|
@ -7,4 +7,5 @@ library directory i.e., <filename class="directory">/opt/lib</filename> or
|
||||
<filename class="directory">/usr/local/lib</filename> should appear in
|
||||
<filename>/etc/ld.so.conf</filename> so that <command>ldd</command> can find
|
||||
the shared libraries. After checking that this is the case,
|
||||
<command>/sbin/ldconfig</command> should be run while logged in as root.</para>
|
||||
<command>/sbin/ldconfig</command> should be run while logged in as
|
||||
<systemitem class="username">root</systemitem>.</para>
|
||||
|
@ -1,9 +1,10 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" >
|
||||
|
||||
<note><para>The package source is distributed in <filename>zip</filename>
|
||||
format and requires <command>unzip</command>. You should create a directory
|
||||
and change to that directory before <command>unzip</command>ping the file to
|
||||
ease the removal of the source files after the package has been installed.
|
||||
</para></note>
|
||||
<note>
|
||||
<para>The package source is distributed in <filename>zip</filename>
|
||||
format and requires <command>unzip</command>. You should create a directory
|
||||
and change to that directory before <command>unzip</command>ping the file to
|
||||
ease the removal of the source files after the package has been installed.</para>
|
||||
</note>
|
||||
|
Loading…
Reference in New Issue
Block a user