]> git.sur5r.net Git - openocd/commitdiff
fixed a small typo in howto create doxygen docs
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 7 Jul 2009 11:29:34 +0000 (11:29 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 7 Jul 2009 11:29:34 +0000 (11:29 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2489 b42882b7-edfa-0310-969c-e2dbd0fdcd60

README

diff --git a/README b/README
index 6b844270b3d17112baab8b215e30f85d1f796762..ba42d01ec3761d8ced73f994d7e459e1f5911cef 100644 (file)
--- a/README
+++ b/README
@@ -51,10 +51,11 @@ The OpenOCD User's Guide can be produced in two different format:
 The OpenOCD Developer Manual contains information about the internal
 architecture and other details about the code:
 
+  # NB! make sure doxygen is installed, type doxygen --version
   make doxygen
 
   # If HTMLVIEWER is set, this views the HTML Doxygen output.
-  ${HTMLVIEWER} doxyegen/index.html
+  ${HTMLVIEWER} doxygen/index.html
 
 The remaining sections describe how to configure the system such that
 you can build the in-tree documentation.