From f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 30 Jul 2004 15:50:44 -0400 Subject: [PATCH] ENH: Since install works on Windows too, remove the UNIX --- Source/cmInstallFilesCommand.h | 2 +- Source/cmInstallProgramsCommand.h | 2 +- Source/cmInstallTargetsCommand.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 5957164c1a..489a64978a 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 7928d3a02c..b14405e6b2 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 02ff312f90..2389c768e5 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."; } /**