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 /helpcontent2/util/makefile.mk | |
parent | 023d97f114a45bad68303e20320ec37c8d7793f3 (diff) |
added helpxsl.zip
Diffstat (limited to 'helpcontent2/util/makefile.mk')
-rw-r--r-- | helpcontent2/util/makefile.mk | 36 |
1 files changed, 36 insertions, 0 deletions
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 + |