ENH: Added documentation of specifying an existing build tree as an argument.

This commit is contained in:
Brad King 2003-08-20 13:00:46 -04:00
parent 0d8f8a0dc2
commit 8017a17f57
3 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
static const cmDocumentationEntry cmDocumentationUsage[] = static const cmDocumentationEntry cmDocumentationUsage[] =
{ {
{0, {0,
" ccmake <path-to-source>", 0}, " ccmake <path-to-source>\n"
" ccmake <path-to-existing-build>", 0},
{0,0,0} {0,0,0}
}; };

View File

@ -23,7 +23,7 @@ static const cmDocumentationEntry cmDocumentationUsage[] =
{0, {0,
" CMakeSetup [options]\n" " CMakeSetup [options]\n"
" CMakeSetup [options] <path-to-source>\n" " CMakeSetup [options] <path-to-source>\n"
" CMakeSetup [options] <path-to-build>", 0}, " CMakeSetup [options] <path-to-existing-build>", 0},
{0,0,0} {0,0,0}
}; };

View File

@ -33,7 +33,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
static const cmDocumentationEntry cmDocumentationUsage[] = static const cmDocumentationEntry cmDocumentationUsage[] =
{ {
{0, {0,
" cmake [options] <path-to-source>", 0}, " cmake [options] <path-to-source>\n"
" cmake [options] <path-to-existing-build>", 0},
{0,0,0} {0,0,0}
}; };