summaryrefslogtreecommitdiff
path: root/docs/Projects.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-19 09:27:54 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-19 09:27:54 +0000
commitce6e0a10208e6f908404752b1bfb7d518fe06083 (patch)
tree58d11942508a95d931fbd9904da6412e119572af /docs/Projects.rst
parent67d31c6229ab09be61a3718ae940241eca36213b (diff)
downloadllvm-ce6e0a10208e6f908404752b1bfb7d518fe06083.tar.gz
llvm-ce6e0a10208e6f908404752b1bfb7d518fe06083.tar.bz2
llvm-ce6e0a10208e6f908404752b1bfb7d518fe06083.tar.xz
Fix italicized text.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.rst')
-rw-r--r--docs/Projects.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Projects.rst b/docs/Projects.rst
index 036aaf274d..7f431efb4b 100644
--- a/docs/Projects.rst
+++ b/docs/Projects.rst
@@ -310,14 +310,14 @@ you do a ``Debug``, ``Release``, or ``Profile`` build.
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
============