mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
<!-- doc/filelist.sgml -->
|
|
|
|
<!ENTITY legal SYSTEM "legal.sgml">
|
|
|
|
<!ENTITY bookindex SYSTEM "bookindex.sgml">
|
|
|
|
<!--
|
|
Some parts of the documentation are also source for some plain-text
|
|
files used during installation. To selectively ignore or include
|
|
some parts (e.g., external xref's) when generating these files we use
|
|
these parameter entities. See also standalone-install.sgml.
|
|
-->
|
|
<!ENTITY % standalone-ignore "INCLUDE">
|
|
<!ENTITY % standalone-include "IGNORE">
|
|
|
|
<!-- doc/filelist.sgml -->
|
|
|
|
<!--
|
|
By default, no index is included. Use -i include-index on the command line
|
|
to include it.
|
|
-->
|
|
<!ENTITY % include-index "IGNORE">
|
|
|
|
<!--
|
|
Create empty index element for processing by XSLT stylesheet.
|
|
-->
|
|
<!ENTITY % include-xslt-index "IGNORE">
|
|
|
|
<!--
|
|
Include external documentation sections
|
|
-->
|
|
|
|
<!ENTITY overview SYSTEM "overview.sgml">
|
|
<!ENTITY install SYSTEM "install.sgml">
|
|
<!ENTITY install-requirements SYSTEM "install-requirements.sgml">
|
|
<!ENTITY install-packages SYSTEM "install-packages.sgml">
|
|
<!ENTITY install-source SYSTEM "install-source.sgml">
|
|
<!ENTITY configuration SYSTEM "configuration.sgml">
|
|
<!ENTITY configuration-file SYSTEM "configuration-file.sgml">
|
|
<!ENTITY configuration-file-settings SYSTEM "configuration-file-settings.sgml">
|
|
<!ENTITY appendix-signatures SYSTEM "appendix-signatures.sgml">
|