diff options
author | Frank Peters <fpe@openoffice.org> | 2004-08-20 09:24:42 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-08-20 09:24:42 +0000 |
commit | e9458f602170729bf8814986bf441d3d1f2acbc7 (patch) | |
tree | 749329f4964d34d8d829d3881c1d748603bcff6c /helpcontent2/util/shared | |
parent | d6f0a0bb5286c093838f6a6737cb5327c39c2eab (diff) |
makefiles fixed
Diffstat (limited to 'helpcontent2/util/shared')
-rw-r--r-- | helpcontent2/util/shared/makefile.mk | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk index 2a9e084c0d..6debb4aa0e 100644 --- a/helpcontent2/util/shared/makefile.mk +++ b/helpcontent2/util/shared/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: ihi $ $Date: 2004-08-18 16:19:23 $ +#* last change $Author: fpe $ $Date: 2004-08-20 10:24:41 $ #* -#* $Revision: 1.3 $ +#* $Revision: 1.4 $ #* #* $Logfile:$ #* @@ -28,7 +28,7 @@ TARGET = util common_build_zip:= zip1generatedlangs=TRUE -ZIP1TARGET=shared_xhp +ZIP1TARGET=shared_xml ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.dphh*" -x "*.hzip" @@ -36,14 +36,14 @@ ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.dphh*" -x "*.hzip" LINKNAME=shared LINKADDEDFILES= \ - -add help$/LANGUAGE$/shared.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/shared.tree \ - -add help$/LANGUAGE$/shared.jar $(BIN)$/shared_xhp_LANGUAGE.zip \ - -add help$/LANGUAGE$/default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ - -add help$/LANGUAGE$/highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ - -add help$/LANGUAGE$/highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ - -add help$/LANGUAGE$/highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \ - -add help$/LANGUAGE$/highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \ - -add help$/LANGUAGE$/err.html $(PRJ)$/source$/auxiliary$/LANGUAGE$/err.html \ + -add shared.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/shared.tree \ + -add shared.jar $(BIN)$/shared_xhp_LANGUAGE.zip \ + -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ + -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ + -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ + -add highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \ + -add highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \ + -add err.html $(PRJ)$/source$/auxiliary$/LANGUAGE$/err.html \ -add help$/main_transform.xsl $(PRJ)$/source$/auxiliary$/main_transform.xsl |