summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFilesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 19:27:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 19:27:38 (GMT)
commit034218935651bbc5e64171aea010d7df0612e535 (patch)
tree302842b22e0fd8f2cef8b2e3af2a396b42d36bf1 /Source/cmInstallFilesCommand.h
parentd1840f2e57b3def401d9a895f804a559c50b0287 (diff)
downloadCMake-034218935651bbc5e64171aea010d7df0612e535.zip
CMake-034218935651bbc5e64171aea010d7df0612e535.tar.gz
CMake-034218935651bbc5e64171aea010d7df0612e535.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r--Source/cmInstallFilesCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h
index 489a649..c02e9ce 100644
--- a/Source/cmInstallFilesCommand.h
+++ b/Source/cmInstallFilesCommand.h
@@ -75,9 +75,9 @@ public:
"Only files existing in the current source tree or its corresponding "
"location in the binary tree may be listed. "
"If a file specified already has an extension, that extension will be "
- "removed first. This is useful for providing lists of source files such "
- "as foo.cxx when you want the corresponding foo.h to be installed. A"
- "typical extension is '.h'.\n"
+ "removed first. This is useful for providing lists of source files "
+ "such as foo.cxx when you want the corresponding foo.h to be "
+ "installed. A typical extension is '.h'.\n"
" INSTALL_FILES(<dir> regexp)\n"
"Any files in the current source directory that match the regular "
"expression will be installed.\n"