standalone-install.sgml

来自「PostgreSQL7.4.6 for Linux」· SGML 代码 · 共 43 行

SGML
43
字号
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/standalone-install.sgml,v 2.4 2003/03/25 16:15:38 petere Exp $ --><!--This file helps in generating the INSTALL text file that lives in thetop level directory of the distribution. The exact process is likethis:1. Paste together with installation.sgml2. Process with jade to HTML (use -V nochunks)3. Remove "Chapter 1" heading4. Save as text file in Netscape5. Put in place of old INSTALL fileRunning 'make INSTALL' in the doc/src/sgml directory will do 1 through3 for you.--><!doctype chapter PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [<!entity % version SYSTEM "version.sgml">%version;<!--The standalone version has some portions that are different from theversion that is integrated into the full documentation set, inparticular as regards links. The following are essentially SGML'sequivalent of C's #ifdef and friends. The other end of this is ininstallation.sgml.--> <!entity % standalone-ignore  "IGNORE"> <!entity % standalone-include "INCLUDE"><!--When you're building the full documentation set, you want to flip theIGNORE and INCLUDE.-->]>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?