[llvm-commits] [llvm] r158714 - /llvm/trunk/docs/Projects.rst
Bill Wendling
isanbard at gmail.com
Tue Jun 19 02:27:55 PDT 2012
Author: void
Date: Tue Jun 19 04:27:54 2012
New Revision: 158714
URL: http://llvm.org/viewvc/llvm-project?rev=158714&view=rev
Log:
Fix italicized text.
Modified:
llvm/trunk/docs/Projects.rst
Modified: llvm/trunk/docs/Projects.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.rst?rev=158714&r1=158713&r2=158714&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.rst (original)
+++ llvm/trunk/docs/Projects.rst Tue Jun 19 04:27:54 2012
@@ -310,14 +310,14 @@
Libraries
All libraries (static and dynamic) will be stored in
- ``PROJ_OBJ_ROOT/<type>/lib``, where *``type``* is ``Debug``, ``Release``, or
+ ``PROJ_OBJ_ROOT/<type>/lib``, where *type* is ``Debug``, ``Release``, or
``Profile`` for a debug, optimized, or profiled build, respectively.
Executables
- All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where
- *``type``* is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized,
- or profiled build, respectively.
+ All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where *type*
+ is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, or
+ profiled build, respectively.
Further Help
============
More information about the llvm-commits
mailing list