diff options
Diffstat (limited to 'doc/src/sgml/standalone-install.sgml')
-rw-r--r-- | doc/src/sgml/standalone-install.sgml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/src/sgml/standalone-install.sgml b/doc/src/sgml/standalone-install.sgml deleted file mode 100644 index 1942f9dc4c9..00000000000 --- a/doc/src/sgml/standalone-install.sgml +++ /dev/null @@ -1,28 +0,0 @@ -<!-- doc/src/sgml/standalone-install.sgml --> - -<!-- -This file helps in generating the INSTALL text file that lives in the -top level directory of the distribution. ---> - -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ - -<!ENTITY % version SYSTEM "version.sgml"> -%version; - -<!-- -The standalone version has some portions that are different from the -version that is integrated into the full documentation set, in -particular as regards links. The following are essentially SGML's -equivalent of C's #ifdef and friends. The other end of this is in -installation.sgml. ---> - - <!ENTITY % standalone-ignore "IGNORE"> - <!ENTITY % standalone-include "INCLUDE"> - -<!-- -When you're building the full documentation set, you want to flip the -IGNORE and INCLUDE. ---> -]> |