summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Peters <fpe@openoffice.org>2004-08-24 09:55:21 +0000
committerFrank Peters <fpe@openoffice.org>2004-08-24 09:55:21 +0000
commit757e60fcea964e3ccca94c2fecfa7e149558c9ff (patch)
tree6491f48e072cf7f8eb3b347d354b7b1276f2ab2d
parente3bc30e43dfec246c3c5df307ca1d34015405fa7 (diff)
./sbasic/makefile.mk
-rw-r--r--helpcontent2/util/scalc/makefile.mk7
-rw-r--r--helpcontent2/util/schart/makefile.mk4
-rw-r--r--helpcontent2/util/sdraw/makefile.mk7
-rw-r--r--helpcontent2/util/shared/makefile.mk6
-rw-r--r--helpcontent2/util/simpress/makefile.mk7
-rw-r--r--helpcontent2/util/smath/makefile.mk7
-rw-r--r--helpcontent2/util/swriter/makefile.mk7
7 files changed, 20 insertions, 25 deletions
diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk
index fc47d515b5..90e6db523e 100644
--- a/helpcontent2/util/scalc/makefile.mk
+++ b/helpcontent2/util/scalc/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:40 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:19 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=scalc_xml
+ZIP1TARGET=scalc_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/scalc$/* -x "*.dphh*" -x "*.hzip"
@@ -708,7 +708,6 @@ LINKLINKFILES= \
text$/shared$/02$/02140000.hzip \
text$/shared$/02$/02160000.hzip \
text$/shared$/02$/02170000.hzip \
- text$/shared$/02$/02210000.hzip \
text$/shared$/02$/03110000.hzip \
text$/shared$/02$/03120000.hzip \
text$/shared$/02$/03130000.hzip \
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk
index e462e9cc17..ec39fbcb09 100644
--- a/helpcontent2/util/schart/makefile.mk
+++ b/helpcontent2/util/schart/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:40 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:19 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk
index 4eeec07915..e6e9936dd3 100644
--- a/helpcontent2/util/sdraw/makefile.mk
+++ b/helpcontent2/util/sdraw/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:41 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:19 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=sdraw_xml
+ZIP1TARGET=sdraw_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.dphh*" -x "*.hzip"
@@ -654,7 +654,6 @@ LINKLINKFILES= \
text$/shared$/02$/02140000.hzip \
text$/shared$/02$/02160000.hzip \
text$/shared$/02$/02170000.hzip \
- text$/shared$/02$/02210000.hzip \
text$/shared$/02$/03110000.hzip \
text$/shared$/02$/03120000.hzip \
text$/shared$/02$/03130000.hzip \
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk
index 1c93f34eb4..6282c9c3d9 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-24 10:46:07 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:20 $
#*
-#* $Revision: 1.5 $
+#* $Revision: 1.6 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=shared_xml
+ZIP1TARGET=shared_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.dphh*" -x "*.hzip"
diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk
index 3d12fc7aec..cbb4825947 100644
--- a/helpcontent2/util/simpress/makefile.mk
+++ b/helpcontent2/util/simpress/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:42 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:20 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=simpress_xml
+ZIP1TARGET=simpress_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/simpress$/* -x "*.dphh*" -x "*.hzip"
@@ -656,7 +656,6 @@ LINKLINKFILES= \
text$/shared$/02$/02140000.hzip \
text$/shared$/02$/02160000.hzip \
text$/shared$/02$/02170000.hzip \
- text$/shared$/02$/02210000.hzip \
text$/shared$/02$/03110000.hzip \
text$/shared$/02$/03120000.hzip \
text$/shared$/02$/03130000.hzip \
diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk
index 3ec56c03b5..4657294e87 100644
--- a/helpcontent2/util/smath/makefile.mk
+++ b/helpcontent2/util/smath/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:42 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:20 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=smath_xml
+ZIP1TARGET=smath_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/smath$/* -x "*.dphh*" -x "*.hzip"
@@ -478,7 +478,6 @@ LINKLINKFILES= \
text$/shared$/02$/02140000.hzip \
text$/shared$/02$/02160000.hzip \
text$/shared$/02$/02170000.hzip \
- text$/shared$/02$/02210000.hzip \
text$/shared$/02$/03110000.hzip \
text$/shared$/02$/03120000.hzip \
text$/shared$/02$/03130000.hzip \
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk
index 30186e7e56..dbaf1282de 100644
--- a/helpcontent2/util/swriter/makefile.mk
+++ b/helpcontent2/util/swriter/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-20 10:24:42 $
+#* last change $Author: fpe $ $Date: 2004-08-24 10:55:21 $
#*
-#* $Revision: 1.4 $
+#* $Revision: 1.5 $
#*
#* $Logfile:$
#*
@@ -28,7 +28,7 @@ TARGET = util
common_build_zip:=
zip1generatedlangs=TRUE
-ZIP1TARGET=swriter_xml
+ZIP1TARGET=swriter_xhp
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
ZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.dphh*" -x "*.hzip"
@@ -777,7 +777,6 @@ LINKLINKFILES= \
text$/shared$/02$/02140000.hzip \
text$/shared$/02$/02160000.hzip \
text$/shared$/02$/02170000.hzip \
- text$/shared$/02$/02210000.hzip \
text$/shared$/02$/03110000.hzip \
text$/shared$/02$/03120000.hzip \
text$/shared$/02$/03130000.hzip \