You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pe...@apache.org on 2002/06/04 20:54:52 UTC

cvs commit: modperl-docs/src/download docs.pod

pereinar    2002/06/04 11:54:52

  Modified:    src/download docs.pod
  Log:
  Removed "ai" in front of %.
  
  Submitted by:	Thomas Klausner <do...@zsi.at>
  Reviewed by:	Per Einar
  
  Revision  Changes    Path
  1.6       +9 -9      modperl-docs/src/download/docs.pod
  
  Index: docs.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/download/docs.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- docs.pod	12 May 2002 05:41:22 -0000	1.5
  +++ docs.pod	4 Jun 2002 18:54:52 -0000	1.6
  @@ -19,9 +19,9 @@
   CVS installed, run the following commands from the directory you want
   to place the I<modperl-docs> directory in:
   
  -  ai% cvs -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic login
  +  % cvs -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic login
       (use the password "anoncvs")
  -  ai% cvs -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic co modperl-docs
  +  % cvs -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic co modperl-docs
   
   You will now find a directory called I<modperl-docs> in the current
   working directory which contains all the sources needed to build the
  @@ -63,7 +63,7 @@
   checked out from CVS. To build the whole site, run this while being
   placed in the I<modperl-docs> directory.
   
  -  ai% bin/build
  +  % bin/build
   
   This will place the site in the sub-directory I<dst_html>. You may
   open I<index.html> in there to start browsing the site.
  @@ -76,7 +76,7 @@
   Now, you can go back to your I<modperl-docs> directory. Building the
   PDF version is as easy as with the HTML version, just do a simple:
   
  -  ai% bin/build -d
  +  % bin/build -d
   
   And the PDF version will be built. This is often very time-consuming
   and heave on resources though. The results will be placed in
  @@ -95,8 +95,8 @@
   copy, and re-build the site (although it will only rebuilt modified
   files).
   
  -  ai% cvs up
  -  ai% bin/build
  +  % cvs up
  +  % bin/build
   
   Rebuilding the PDF version is just as easy, just run:
   
  @@ -106,8 +106,8 @@
   usually when there are changes made to the design or to I<config.cfg>
   files. In that case, you will need to force the whole rebuild:
   
  -  ai% bin/build -f
  -  ai% bin/build -df    # if you want PDF to be rebuilt.
  +  % bin/build -f
  +  % bin/build -df    # if you want PDF to be rebuilt.
   
   =head1 Submitting documentation patches
   
  @@ -126,7 +126,7 @@
   If you only add a paragraph/modify a line, please make sure you have
   the I<latest> CVS version, and then issue:
   
  -  ai% cvs diff -u > patch
  +  % cvs diff -u > patch
   
   And send the I<patch> file to the maintainer, preferably inline in
   your e-mail.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org