Author: elliss
Update of /cvs/docs/rpm-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18764
Modified Files: rpm-guide-intro-packaging-en.xml Log Message:
Fixed linking of chapter references
Index: rpm-guide-intro-packaging-en.xml =================================================================== RCS file: /cvs/docs/rpm-guide/rpm-guide-intro-packaging-en.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rpm-guide-intro-packaging-en.xml 24 Oct 2005 20:34:34 -0000 1.2 +++ rpm-guide-intro-packaging-en.xml 26 Oct 2005 00:49:38 -0000 1.3 @@ -432,58 +432,60 @@ <orderedlist> <listitem> <para> - Chapter 2 provides an overview of the RPM system, exploring - what it was designed for and where it has weaknesses. + <xref linkend="ch-intro-rpm"/> provides an overview of the RPM + system, exploring what it was designed for and where it has + weaknesses. </para> </listitem> <listitem> <para> - Chapter 3 discusses the technical details of how the RPM - system works, where the database of packages gets stored, and - what commands should be available for working with RPM - packages. + <xref linkend="ch-rpm-overview" /> discusses the technical + details of how the RPM system works, where the database of + packages gets stored, and what commands should be available + for working with RPM packages. </para> </listitem> <listitem> <para> - Chapter 4 continues the discussion by covering the three major - tasks you need to perform with RPM packages: installing - software, removing software, and upgrading software you have - already installed. + <xref linkend="ch-using-rpm"/> continues the discussion by + covering the three major tasks you need to perform with RPM + packages: installing software, removing software, and + upgrading software you have already installed. </para> </listitem> <listitem> <para> - Chapter 5 covers the RPM database, how it works, where it - resides, and how you can use it to better manage your system. + <xref linkend="ch-using-rpm-db" /> covers the RPM database, + how it works, where it resides, and how you can use it to + better manage your system. </para> </listitem> <listitem> <para> - Chapter 6 delves into package dependencies, a very important - concept. Most major applications depend on a number of other - packages. Sometimes these dependencies get very complex, with - one package depending on particular versions of other - packages. With thousands of packages on your system, this can - lead to a big mess. Chapter 6 helps you sort through the - issues. + <xref linkend="ch-dependencies"/> delves into package + dependencies, a very important concept. Most major + applications depend on a number of other packages. Sometimes + these dependencies get very complex, with one package + depending on particular versions of other packages. With + thousands of packages on your system, this can lead to a big + mess. This chapter helps you to sort through the issues. </para> </listitem> <listitem> <para> - Chapter 7 covers the important issue of transactions, so that - you can ensure your system gets updated in an orderly manner - and so that you can roll back changes if something does not - work out. + <xref linkend="ch-transactions"/> covers the important issue + of transactions, so that you can ensure your system gets + updated in an orderly manner and so that you can roll back + changes if something does not work out. </para> </listitem> <listitem> <para> - Chapter 8 introduces a host of tools that can help you find - RPM packages as well as manage the packages on your system. - This includes graphical interfaces on top of the RPM system - and special Internet search sites devoted just to RPM - packages. + <xref linkend="ch-management-software"/> introduces a host of + tools that can help you find RPM packages as well as manage + the packages on your system. This includes graphical + interfaces on top of the RPM system and special Internet + search sites devoted just to RPM packages. </para> </listitem> </orderedlist>
docs-commits@lists.fedoraproject.org