You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
548 B
23 lines
548 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE helpbook [
|
|
<!ENTITY nbsp " ">
|
|
<!ENTITY introduction-chapter SYSTEM "introduction.docbook">
|
|
<!ENTITY usage-chapter SYSTEM "usage.docbook">
|
|
<!ENTITY commands-chapter SYSTEM "commands.docbook">
|
|
<!ENTITY xsldbg "xsldbg">
|
|
]>
|
|
|
|
|
|
<!--
|
|
Note: xsldbg's index.docbook file is not used because it is much slower to process.
|
|
Translations required are passed as command line arguments to xsldbg
|
|
-->
|
|
|
|
|
|
|
|
<helpbook>
|
|
&introduction-chapter;
|
|
&usage-chapter;
|
|
&commands-chapter;
|
|
</helpbook>
|