blob: dd47e7d89e73e1a2dda169ea992becaf4645e7a0 (
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
42
43
|
<!--
Creates entities for each chapter in the pkgsrc book.
$NetBSD: chapters.ent,v 1.16 2006/09/19 17:50:38 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.files SYSTEM "files.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">
<!ENTITY chap.gnome SYSTEM "gnome.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">
|