source: trunk/documents/UserDoc/DocBookUsersGuides/InstallationGuide/xml/BookInstalGuideEntityDef.dtd@ 1203

Last change on this file since 1203 was 904, checked in by garnier, 17 years ago

ajout de la doc

File size: 1.0 KB
Line 
1<!-- ******************************************************** -->
2<!-- -->
3<!-- In this file you need to define entities of all -->
4<!-- chpater-dtd files you want to include into the -->
5<!-- G4 DocBook manual. -->
6<!-- -->
7<!-- [History] -->
8<!-- Creattion: Katsuya Amako, Aug-2006 -->
9<!-- -->
10<!-- ******************************************************** -->
11
12<!ENTITY % chapIntroductionEntityDef SYSTEM
13 "Introduction/ChapIntroductionEntityDef.dtd">
14<!ENTITY % chaptUnixMachinesEntityDef SYSTEM
15 "UnixMachines/ChapUnixMachinesEntityDef.dtd">
16<!ENTITY % chapPCMachinesEntityDef SYSTEM
17 "PCMachines/ChapPCMachinesEntityDef.dtd">
18
19
20%chapIntroductionEntityDef;
21%chaptUnixMachinesEntityDef;
22%chapPCMachinesEntityDef;
23
Note: See TracBrowser for help on using the repository browser.