[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] typo fixes to doc/HOWTO.DocBook

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-05-02 20:46:54 CEST

Hi All,
Trying to understand DocBook docs for subversion, came across few typos,
find them attached.

With regards
Kamesh Jayachandran

[[[
   Typo fixes.

Patch by: Kamesh Jayachandran <kamesh@collab.net>

  * doc/HOWTO.DocBook
    (COMPILING THE DOCS):
    (1. Fetch XSL stylesheets for DocBook and place them in tools/xsl):
    Remove the redundant 'to'.

    (2. Use XSLT to transform the documents.):
    'an' to 'a' before '.xml' and '.xsl'.
     Changing the target from 'misc-docs-html' to 'all-html'.

    (3. Make a PDF file.):
     Changing the target from 'misc-docs-pdf' to 'pdf'.
]]]

Index: doc/HOWTO.DocBook
===================================================================
--- doc/HOWTO.DocBook (revision 19266)
+++ doc/HOWTO.DocBook (working copy)
@@ -44,13 +44,13 @@
       $ tar zxvf docbook-xsl-X.YY.Z.tar.gz
       $ mv docbook-xsl-X.YY.Z xsl
 
- The default build process expects to the stylesheets to be in
+ The default build process expects the stylesheets to be in
    tools/xsl/.
 
 
 2. Use XSLT to transform the documents.
 
- XSLT applies an .xsl stylesheet to an .xml file, and produces some
+ XSLT applies a .xsl stylesheet to a .xml file, and produces some
    new markup document.
 
    * Get libxslt, a C library for XSLT, from http://xmlsoft.org/XSLT/.
@@ -72,7 +72,7 @@
 
    * From this directory, do
 
- $ make misc-docs-html
+ $ make all-html
 
      This produces an HTML version for the Subversion DocBook docs in
      misc-docs/svn-misc-docs.html.
@@ -136,7 +136,7 @@
 
    * From this directory, do
 
- $ make misc-docs-pdf
+ $ make pdf
 
      This produces PDF for the Subversion DocBook documents in
      misc-docs/svn-misc-docs.pdf.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 2 20:50:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.