Kaydet (Commit) 07dbb6d6 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS nativefixer8 (1.3.190); FILE MERGED

2005/05/12 11:29:12 is 1.3.190.1: #122686# new subdirs in installation set
üst fa14c50c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: scpaction_ooo.scp,v $ * $RCSfile: scpaction_ooo.scp,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: kz $ $Date: 2004-12-06 12:08:48 $ * last change: $Author: rt $ $Date: 2005-05-13 07:53:38 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -64,43 +64,47 @@ ...@@ -64,43 +64,47 @@
ScpAction scp_Copy_License_Html ScpAction scp_Copy_License_Html
#ifdef UNX #ifdef UNX
README_TXT_ALL_LANG(Copy, LICENSE, html); README_TXT_ALL_LANG(Copy, LICENSE, html);
Name = "LICENSE.html"; README_TXT_ALL_LANG(Name, LICENSE, html);
#else #else
README_TXT_ALL_LANG(Copy, license, html); README_TXT_ALL_LANG(Copy, license, html);
Name = "license.html"; README_TXT_ALL_LANG(Name, license, html);
#endif #endif
Styles = (SCPZIP_REPLACE); Styles = (SCPZIP_REPLACE);
Subdir = "licenses";
End End
ScpAction scp_Copy_License_Txt ScpAction scp_Copy_License_Txt
#ifdef UNX #ifdef UNX
README_ALL_LANG(Copy, LICENSE); README_ALL_LANG(Copy, LICENSE);
Name = "LICENSE"; README_ALL_LANG(Name, LICENSE);
#else #else
README_TXT_ALL_LANG(Copy, license, txt); README_TXT_ALL_LANG(Copy, license, txt);
Name = "license.txt"; README_TXT_ALL_LANG(Name, license, txt);
#endif #endif
Styles = (SCPZIP_REPLACE); Styles = (SCPZIP_REPLACE);
Subdir = "licenses";
End End
ScpAction scp_Copy_Readme_Html ScpAction scp_Copy_Readme_Html
#ifdef UNX #ifdef UNX
README_TXT_ALL_LANG(Copy, README, html); README_TXT_ALL_LANG(Copy, README, html);
Name = "README.html"; README_TXT_ALL_LANG(Name, README, html);
#else #else
README_TXT_ALL_LANG(Copy, readme, html); README_TXT_ALL_LANG(Copy, readme, html);
Name = "readme.html"; README_TXT_ALL_LANG(Name, readme, html);
#endif #endif
Styles = (SCPZIP_REPLACE); Styles = (SCPZIP_REPLACE);
Subdir = "readmes";
End End
ScpAction scp_Copy_Readme_Txt ScpAction scp_Copy_Readme_Txt
#ifdef UNX #ifdef UNX
README_ALL_LANG(Copy, README); README_ALL_LANG(Copy, README);
Name = "README"; README_ALL_LANG(Name, README);
#else #else
README_TXT_ALL_LANG(Copy, readme, txt); README_TXT_ALL_LANG(Copy, readme, txt);
Name = "readme.txt"; README_TXT_ALL_LANG(Name, readme, txt);
#endif #endif
Styles = (SCPZIP_REPLACE); Styles = (SCPZIP_REPLACE);
Subdir = "readmes";
End End
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment