bbcd3eff34
Fix some IDs in the makefiles chapter to avoid overlap. Note to translators: the content of the two tables has not changed, this just reorganizes the files.
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
Creates entities for each chapter in the Porters Handbook. Each entity
|
|
is named chap.foo, where foo is the value of the id attribute on that
|
|
chapter, and corresponds to the name of the directory in which that
|
|
chapter's .xml file is stored.
|
|
|
|
Chapters should be listed in the order in which they are referenced.
|
|
|
|
$FreeBSD$
|
|
-->
|
|
|
|
<!ENTITY chap.porting-why SYSTEM "porting-why/chapter.xml">
|
|
<!ENTITY chap.new-port SYSTEM "new-port/chapter.xml">
|
|
<!ENTITY chap.quick-porting SYSTEM "quick-porting/chapter.xml">
|
|
<!ENTITY chap.slow-porting SYSTEM "slow-porting/chapter.xml">
|
|
<!ENTITY chap.makefiles SYSTEM "makefiles/chapter.xml">
|
|
<!ENTITY chap.special SYSTEM "special/chapter.xml">
|
|
<!ENTITY chap.plist SYSTEM "plist/chapter.xml">
|
|
<!ENTITY chap.pkg-files SYSTEM "pkg-files/chapter.xml">
|
|
<!ENTITY chap.testing SYSTEM "testing/chapter.xml">
|
|
<!ENTITY chap.upgrading SYSTEM "upgrading/chapter.xml">
|
|
<!ENTITY chap.security SYSTEM "security/chapter.xml">
|
|
<!ENTITY chap.porting-dads SYSTEM "porting-dads/chapter.xml">
|
|
<!ENTITY chap.porting-samplem SYSTEM "porting-samplem/chapter.xml">
|
|
<!ENTITY chap.keeping-up SYSTEM "keeping-up/chapter.xml">
|
|
<!ENTITY chap.uses SYSTEM "uses/chapter.xml">
|
|
<!ENTITY chap.versions SYSTEM "versions/chapter.xml">
|