summaryrefslogtreecommitdiff
path: root/doc/guide/files/chapters.ent
blob: 6edfc5aee17959038efddfc061bef19c5d257186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
	Creates entities for each chapter in the pkgsrc book.

	$NetBSD: chapters.ent,v 1.14 2006/07/03 23:51:01 rillig Exp $
-->

<!ENTITY chap.intro			SYSTEM "introduction.xml">

<!-- user's guide -->
<!ENTITY chap.getting			SYSTEM "getting.xml">
<!ENTITY chap.platform			SYSTEM "platforms.xml">
<!ENTITY chap.using			SYSTEM "using.xml">
<!ENTITY chap.configuring		SYSTEM "configuring.xml">
<!ENTITY chap.binary			SYSTEM "binary.xml">
<!ENTITY chap.faq			SYSTEM "faq.xml">

<!-- developer's guide -->
<!ENTITY chap.creating			SYSTEM "creating.xml">
<!ENTITY chap.components		SYSTEM "components.xml">
<!ENTITY chap.makefile			SYSTEM "makefile.xml">
<!ENTITY chap.plist			SYSTEM "plist.xml">
<!ENTITY chap.buildlink 		SYSTEM "buildlink.xml">
<!ENTITY chap.pkginstall		SYSTEM "pkginstall.xml">
<!ENTITY chap.options			SYSTEM "options.xml">
<!ENTITY chap.build			SYSTEM "build.xml">
<!ENTITY chap.tools			SYSTEM "tools.xml">
<!ENTITY chap.fixes			SYSTEM "fixes.xml">
<!ENTITY chap.debug			SYSTEM "debug.xml">
<!ENTITY chap.submit			SYSTEM "submit.xml">
<!ENTITY chap.devfaq			SYSTEM "devfaq.xml">

<!-- The pkgsrc infrastructure -->
<!ENTITY chap.infr.design		SYSTEM "infr.design.xml">
<!ENTITY chap.regression		SYSTEM "regression.xml">
<!ENTITY chap.porting			SYSTEM "porting.xml">

<!-- appendix -->
<!ENTITY chap.examples			SYSTEM "examples.xml">
<!ENTITY chap.logs			SYSTEM "logs.xml">
<!ENTITY chap.ftp-layout		SYSTEM "ftp-layout.xml">
<!ENTITY chap.editing			SYSTEM "editing.xml">