summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-30 19:50:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-30 19:50:44 (GMT)
commitf8f388b4ff083a9d891018fdd3b65cdeaadfa9a8 (patch)
tree039314f031eeff2f3b60c49782bef251909a82b9 /Source
parent65e4a95618333ae2802240b31c1612478736da67 (diff)
downloadCMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.zip
CMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.tar.gz
CMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.tar.bz2
ENH: Since install works on Windows too, remove the UNIX
Diffstat (limited to 'Source')
-rw-r--r--Source/cmInstallFilesCommand.h2
-rw-r--r--Source/cmInstallProgramsCommand.h2
-rw-r--r--Source/cmInstallTargetsCommand.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h
index 5957164..489a649 100644
--- a/Source/cmInstallFilesCommand.h
+++ b/Source/cmInstallFilesCommand.h
@@ -52,7 +52,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create UNIX install rules for files.";
+ return "Create install rules for files.";
}
/**
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h
index 7928d3a..b14405e 100644
--- a/Source/cmInstallProgramsCommand.h
+++ b/Source/cmInstallProgramsCommand.h
@@ -52,7 +52,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create UNIX install rules for programs.";
+ return "Create install rules for programs.";
}
/**
diff --git a/Source/cmInstallTargetsCommand.h b/Source/cmInstallTargetsCommand.h
index 02ff312..2389c76 100644
--- a/Source/cmInstallTargetsCommand.h
+++ b/Source/cmInstallTargetsCommand.h
@@ -53,7 +53,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create UNIX install rules for targets.";
+ return "Create install rules for targets.";
}
/**