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. git-svn-id: svn://svn.berlios.de/openocd/trunk@1902 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a6f7ca1a3a
commit
67dd29a4af
|
@ -53,7 +53,7 @@ This manual documents edition @value{EDITION} of the Open On-Chip Debugger
|
||||||
@menu
|
@menu
|
||||||
* About:: About OpenOCD
|
* About:: About OpenOCD
|
||||||
* Developers:: OpenOCD Developers
|
* Developers:: OpenOCD Developers
|
||||||
* Building:: Building OpenOCD
|
* Building OpenOCD:: Building OpenOCD From SVN
|
||||||
* JTAG Hardware Dongles:: JTAG Hardware Dongles
|
* JTAG Hardware Dongles:: JTAG Hardware Dongles
|
||||||
* Running:: Running OpenOCD
|
* Running:: Running OpenOCD
|
||||||
* Simple Configuration Files:: Simple Configuration Files
|
* Simple Configuration Files:: Simple Configuration Files
|
||||||
|
@ -140,9 +140,9 @@ or expand the OpenOCD source code.
|
||||||
|
|
||||||
@section OpenOCD Subversion Repository
|
@section OpenOCD Subversion Repository
|
||||||
|
|
||||||
The ``Building From Source'' section (@xref{Building}) provides
|
The ``Building From Source'' section provides instructions to retrieve
|
||||||
instructions to retrieve and and build the latest version of the OpenOCD
|
and and build the latest version of the OpenOCD source code.
|
||||||
source code.
|
@xref{Building OpenOCD}.
|
||||||
|
|
||||||
Developers that want to contribute patches to the OpenOCD system are
|
Developers that want to contribute patches to the OpenOCD system are
|
||||||
@b{strongly} encouraged to base their work off of the most recent trunk
|
@b{strongly} encouraged to base their work off of the most recent trunk
|
||||||
|
@ -174,7 +174,7 @@ SVN commits to keep pace with the ongoing changes:
|
||||||
|
|
||||||
@uref{https://lists.berlios.de/mailman/listinfo/openocd-svn}
|
@uref{https://lists.berlios.de/mailman/listinfo/openocd-svn}
|
||||||
|
|
||||||
@node Building
|
@node Building OpenOCD
|
||||||
@chapter Building OpenOCD
|
@chapter Building OpenOCD
|
||||||
@cindex building
|
@cindex building
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue