diff options
Diffstat (limited to 'helpcontent2/util/shared/makefile.mk')
-rw-r--r-- | helpcontent2/util/shared/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk index 1606c1a620..53332bebb1 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: fpe $ $Date: 2004-08-18 10:59:45 $ +#* last change $Author: fpe $ $Date: 2004-08-18 11:52:18 $ #* -#* $Revision: 1.1 $ +#* $Revision: 1.2 $ #* #* $Logfile:$ #* @@ -37,7 +37,7 @@ 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_xml_LANGUAGE.zip \ + -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 \ @@ -49,7 +49,7 @@ LINKADDEDFILES= \ LINKADDEDDEPS= \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/shared.tree \ - $(BIN)$/shared_xml_LANGUAGE.zip \ + $(BIN)$/shared_xhp_LANGUAGE.zip \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ |