From: <zw...@ma...> - 2009-05-24 03:33:59
|
Author: zwelch Date: 2009-05-24 03:33:54 +0200 (Sun, 24 May 2009) New Revision: 1902 Modified: trunk/doc/openocd.texi Log: Fix two problems with openocd.texi: - Fix minor issues with xrefs not liking parentheses around them. - Change 'Building' section to 'Building OpenOCD'. It reads better. Modified: trunk/doc/openocd.texi =================================================================== --- trunk/doc/openocd.texi 2009-05-24 01:08:16 UTC (rev 1901) +++ trunk/doc/openocd.texi 2009-05-24 01:33:54 UTC (rev 1902) @@ -53,7 +53,7 @@ @menu * About:: About OpenOCD * Developers:: OpenOCD Developers -* Building:: Building OpenOCD +* Building OpenOCD:: Building OpenOCD From SVN * JTAG Hardware Dongles:: JTAG Hardware Dongles * Running:: Running OpenOCD * Simple Configuration Files:: Simple Configuration Files @@ -140,9 +140,9 @@ @section OpenOCD Subversion Repository -The ``Building From Source'' section (@xref{Building}) provides -instructions to retrieve and and build the latest version of the OpenOCD -source code. +The ``Building From Source'' section provides instructions to retrieve +and and build the latest version of the OpenOCD source code. +@xref{Building OpenOCD}. Developers that want to contribute patches to the OpenOCD system are @b{strongly} encouraged to base their work off of the most recent trunk @@ -174,7 +174,7 @@ @uref{https://lists.berlios.de/mailman/listinfo/openocd-svn} -@node Building +@node Building OpenOCD @chapter Building OpenOCD @cindex building |