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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-05-05 00:58:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505005806-c19tt7oyqb7kuw49
Tags: 8.4~beta1+cvs20090503-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
368
368
 
369
369
     <step>
370
370
      <para>
371
 
       Unpack the archive.
 
371
       Unpack the archive:
372
372
<screen>
373
373
<prompt>$ </prompt><userinput>unzip -a ...../docbook-4.2.zip</userinput>
374
374
</screen>
392
392
      <para>
393
393
       Download the <ulink url="http://www.oasis-open.org/cover/ISOEnts.zip">
394
394
       ISO 8879 character entities archive</ulink>, unpack it, and put the
395
 
       files in the same directory you put the DocBook files in.
 
395
       files in the same directory you put the DocBook files in:
396
396
<screen>
397
397
<prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
398
398
<prompt>$ </prompt><userinput>unzip ...../ISOEnts.zip</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>
652
652
<screen>
653
653
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres-A4.pdf</userinput>
654
654
</screen>
655
 
       or
 
655
       or:
656
656
<screen>
657
657
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres-US.pdf</userinput>
658
658
</screen>
738
738
      following one. A utility, <command>fixrtf</command>, is
739
739
      available in <filename>doc/src/sgml</filename> to accomplish
740
740
      these repairs:
741
 
 
742
741
<screen>
743
742
<prompt>doc/src/sgml$ </prompt><userinput>./fixrtf --refentry postgres.rtf</userinput>
744
743
</screen>