~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/docguide.sgml

Tags: upstream-8.4.0
ImportĀ upstreamĀ versionĀ 8.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.75 2009/04/27 16:27:35 momjian Exp $ -->
 
1
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.76 2009/06/17 21:58:49 tgl Exp $ -->
2
2
 
3
3
<appendix id="docguide">
4
4
 <title>Documentation</title>
358
358
       Create the directory
359
359
       <filename>/usr/local/share/sgml/docbook-4.2</filename> and change
360
360
       to it. (The exact location is irrelevant, but this one is
361
 
       reasonable within the layout we are following here.):
 
361
       reasonable within the layout we are following here.)
362
362
<screen>
363
363
<prompt>$ </prompt><userinput>mkdir /usr/local/share/sgml/docbook-4.2</userinput>
364
364
<prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
421
421
     To install the style sheets, unzip and untar the distribution and
422
422
     move it to a suitable place, for example
423
423
     <filename>/usr/local/share/sgml</filename>.  (The archive will
424
 
     automatically create a subdirectory.):
 
424
     automatically create a subdirectory.)
425
425
<screen>
426
426
<prompt>$</prompt> <userinput>gunzip docbook-dsssl-1.<replaceable>xx</>.tar.gz</userinput>
427
427
<prompt>$</prompt> <userinput>tar -C /usr/local/share/sgml -xf docbook-dsssl-1.<replaceable>xx</>.tar</userinput>