diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-24 09:35:18 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-24 09:35:18 +0000 |
commit | b46df499fa3ca4c84d2608fe26ca6c9fb172d815 (patch) | |
tree | d32eaa494809e4cb8620e5d5b03a0b8ad73be87e | |
parent | 023d97f114a45bad68303e20320ec37c8d7793f3 (diff) |
added helpxsl.zip
-rw-r--r-- | helpcontent2/prj/build.lst | 1 | ||||
-rw-r--r-- | helpcontent2/prj/d.lst | 2 | ||||
-rw-r--r-- | helpcontent2/util/makefile.mk | 36 |
3 files changed, 39 insertions, 0 deletions
diff --git a/helpcontent2/prj/build.lst b/helpcontent2/prj/build.lst index e63cfba1bb..3a60e65ece 100644 --- a/helpcontent2/prj/build.lst +++ b/helpcontent2/prj/build.lst @@ -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 diff --git a/helpcontent2/prj/d.lst b/helpcontent2/prj/d.lst index cfd44ec9a5..95f9557806 100644 --- a/helpcontent2/prj/d.lst +++ b/helpcontent2/prj/d.lst @@ -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 diff --git a/helpcontent2/util/makefile.mk b/helpcontent2/util/makefile.mk new file mode 100644 index 0000000000..7c8c8aeea3 --- /dev/null +++ b/helpcontent2/util/makefile.mk @@ -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 + |