2004-02-05 11:10:37 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 19:41:46 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
*
|
|
|
|
* $RCSfile: scpaction_ooo.scp,v $
|
|
|
|
*
|
|
|
|
* $Revision: 1.5 $
|
|
|
|
*
|
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 01:41:46 $
|
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
2004-02-05 11:10:37 -06:00
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
|
|
ScpAction scp_Copy_License_Html
|
|
|
|
#ifdef UNX
|
|
|
|
README_TXT_ALL_LANG(Copy, LICENSE, html);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, LICENSE, html);
|
2004-02-05 11:10:37 -06:00
|
|
|
#else
|
|
|
|
README_TXT_ALL_LANG(Copy, license, html);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, license, html);
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
|
|
|
Styles = (SCPZIP_REPLACE);
|
2005-05-13 01:53:38 -05:00
|
|
|
Subdir = "licenses";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
ScpAction scp_Copy_License_Txt
|
|
|
|
#ifdef UNX
|
|
|
|
README_ALL_LANG(Copy, LICENSE);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_ALL_LANG(Name, LICENSE);
|
2004-02-05 11:10:37 -06:00
|
|
|
#else
|
|
|
|
README_TXT_ALL_LANG(Copy, license, txt);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, license, txt);
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
|
|
|
Styles = (SCPZIP_REPLACE);
|
2005-05-13 01:53:38 -05:00
|
|
|
Subdir = "licenses";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
ScpAction scp_Copy_Readme_Html
|
|
|
|
#ifdef UNX
|
|
|
|
README_TXT_ALL_LANG(Copy, README, html);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, README, html);
|
2004-02-05 11:10:37 -06:00
|
|
|
#else
|
|
|
|
README_TXT_ALL_LANG(Copy, readme, html);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, readme, html);
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
|
|
|
Styles = (SCPZIP_REPLACE);
|
2005-05-13 01:53:38 -05:00
|
|
|
Subdir = "readmes";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
ScpAction scp_Copy_Readme_Txt
|
|
|
|
#ifdef UNX
|
|
|
|
README_ALL_LANG(Copy, README);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_ALL_LANG(Name, README);
|
2004-02-05 11:10:37 -06:00
|
|
|
#else
|
|
|
|
README_TXT_ALL_LANG(Copy, readme, txt);
|
2005-05-13 01:53:38 -05:00
|
|
|
README_TXT_ALL_LANG(Name, readme, txt);
|
2004-02-05 11:10:37 -06:00
|
|
|
#endif
|
|
|
|
Styles = (SCPZIP_REPLACE);
|
2005-05-13 01:53:38 -05:00
|
|
|
Subdir = "readmes";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|