added helpxsl.zip

This commit is contained in:
Hans-Joachim Lankenau
2004-08-24 09:35:18 +00:00
parent 023d97f114
commit b46df499fa
3 changed files with 39 additions and 0 deletions

View File

@ -52,6 +52,7 @@ h2 helpcontent2\source\text\swriter\01 nmake - all helpconten
h2 helpcontent2\source\text\swriter\02 nmake - all helpcontent2_swri_02 NULL
h2 helpcontent2\source\text\swriter\04 nmake - all helpcontent2_swri_04 NULL
h2 helpcontent2\source\text\swriter\guide nmake - all helpcontent2_swri_guid NULL
h2 helpcontent2\util nmake - all helpcontent2_ut NULL
h2 helpcontent2\util\sbasic nmake - all helpcontent2_ut_sbas helpcontent2_shar helpcontent2_shar_00 helpcontent2_shar_01 helpcontent2_shar_02 helpcontent2_shar_04 helpcontent2_shar_05 helpcontent2_shar_07 helpcontent2_shar_auko helpcontent2_shar_aupi helpcontent2_shar_expl_data helpcontent2_shar_guid helpcontent2_shar_opti helpcontent2_sbas_guid helpcontent2_sbas_shar helpcontent2_sbas_shar_01 helpcontent2_sbas_shar_02 NULL
h2 helpcontent2\util\schart nmake - all helpcontent2_ut_scha helpcontent2_scha helpcontent2_scha_00 helpcontent2_scha_01 helpcontent2_scha_02 helpcontent2_scha_04 NULL
h2 helpcontent2\util\scalc nmake - all helpcontent2_ut_scal helpcontent2_scal helpcontent2_scal_00 helpcontent2_scal_01 helpcontent2_scal_02 helpcontent2_scal_04 helpcontent2_scal_05 helpcontent2_scal_guid helpcontent2_scha helpcontent2_scha_00 helpcontent2_scha_01 helpcontent2_scha_02 helpcontent2_scha_04 helpcontent2_shar helpcontent2_shar_00 helpcontent2_shar_01 helpcontent2_shar_02 helpcontent2_shar_04 helpcontent2_shar_05 helpcontent2_shar_07 helpcontent2_shar_auko helpcontent2_shar_aupi helpcontent2_shar_expl_data helpcontent2_shar_guid helpcontent2_shar_opti NULL

View File

@ -98,3 +98,5 @@ mkdir: %_DEST%\pck%_EXT%
..\%__SRC%\bin\simpress_pt-BR.zip %_DEST%\pck%_EXT%\simpress_pt-BR.zip
..\%__SRC%\bin\smath_pt-BR.zip %_DEST%\pck%_EXT%\smath_pt-BR.zip
..\%__SRC%\bin\swriter_pt-BR.zip %_DEST%\pck%_EXT%\swriter_pt-BR.zip
..\%__SRC%\bin\helpxsl.zip %_DEST%\pck%_EXT%\helpxsl.zip

View File

@ -0,0 +1,36 @@
#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: hjs $ $Date: 2004-08-24 10:35:18 $
#*
#* $Revision: 1.1 $
#*
#* $Logfile:$
#*
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************
# edit to match directory level
PRJ = ..
# same for all makefiles in "help2"
PRJNAME = help2
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET = plain_util
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
ZIP1TARGET=helpxsl
ZIP1FLAGS= -u -r
ZIP1DIR=$(PRJ)$/source$/auxiliary
ZIP1LIST=main_transform*.xsl
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk