summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Fischer <ufi@openoffice.org>2010-06-10 13:32:14 +0200
committerUwe Fischer <ufi@openoffice.org>2010-06-10 13:32:14 +0200
commitdd0b89d28397f8b16f7da9f4128cd98ae6e5195c (patch)
tree14575e40f860c9875575b1cfc79ea196ec0523e4
parentfa761eb14645902cfe5c8402759aa95b572db7fb (diff)
tl79:Help makefiles
-rw-r--r--helpcontent2/source/text/sbasic/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/sbasic/shared/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/sbasic/shared/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/sbasic/shared/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/05/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/scalc/makefile.mk2
-rw-r--r--helpcontent2/source/text/schart/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/schart/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/schart/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/schart/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/schart/makefile.mk2
-rw-r--r--helpcontent2/source/text/sdraw/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/sdraw/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/sdraw/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/sdraw/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/sdraw/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/01/makefile.mk3
-rw-r--r--helpcontent2/source/text/shared/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/05/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/07/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/autokorr/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/autopi/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/explorer/database/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/makefile.mk2
-rw-r--r--helpcontent2/source/text/shared/optionen/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/simpress/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/smath/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/00/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/01/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/02/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/04/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/guide/makefile.mk2
-rw-r--r--helpcontent2/source/text/swriter/makefile.mk2
-rw-r--r--helpcontent2/util/sbasic/makefile.mk2
-rw-r--r--helpcontent2/util/scalc/makefile.mk2
-rw-r--r--helpcontent2/util/schart/makefile.mk2
-rw-r--r--helpcontent2/util/sdatabase/makefile.mk2
-rw-r--r--helpcontent2/util/sdraw/makefile.mk2
-rw-r--r--helpcontent2/util/shared/makefile.mk1
-rw-r--r--helpcontent2/util/simpress/makefile.mk2
-rw-r--r--helpcontent2/util/smath/makefile.mk2
-rw-r--r--helpcontent2/util/swriter/makefile.mk2
60 files changed, 69 insertions, 51 deletions
diff --git a/helpcontent2/source/text/sbasic/guide/makefile.mk b/helpcontent2/source/text/sbasic/guide/makefile.mk
index d5127f058b..e5cfd3fe02 100644
--- a/helpcontent2/source/text/sbasic/guide/makefile.mk
+++ b/helpcontent2/source/text/sbasic/guide/makefile.mk
@@ -54,4 +54,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sbasic/shared/01/makefile.mk b/helpcontent2/source/text/sbasic/shared/01/makefile.mk
index 016cfec47c..c17f2a509f 100644
--- a/helpcontent2/source/text/sbasic/shared/01/makefile.mk
+++ b/helpcontent2/source/text/sbasic/shared/01/makefile.mk
@@ -51,4 +51,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sbasic/shared/02/makefile.mk b/helpcontent2/source/text/sbasic/shared/02/makefile.mk
index bacae34232..28fa37d1fa 100644
--- a/helpcontent2/source/text/sbasic/shared/02/makefile.mk
+++ b/helpcontent2/source/text/sbasic/shared/02/makefile.mk
@@ -67,4 +67,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sbasic/shared/makefile.mk b/helpcontent2/source/text/sbasic/shared/makefile.mk
index 419ae5e5be..1bc1ea679a 100644
--- a/helpcontent2/source/text/sbasic/shared/makefile.mk
+++ b/helpcontent2/source/text/sbasic/shared/makefile.mk
@@ -319,4 +319,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/00/makefile.mk b/helpcontent2/source/text/scalc/00/makefile.mk
index c44bb187d0..cb08d8fd97 100644
--- a/helpcontent2/source/text/scalc/00/makefile.mk
+++ b/helpcontent2/source/text/scalc/00/makefile.mk
@@ -56,4 +56,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/01/makefile.mk b/helpcontent2/source/text/scalc/01/makefile.mk
index d24024cc3f..85dc5a9863 100644
--- a/helpcontent2/source/text/scalc/01/makefile.mk
+++ b/helpcontent2/source/text/scalc/01/makefile.mk
@@ -225,4 +225,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/02/makefile.mk b/helpcontent2/source/text/scalc/02/makefile.mk
index b264521c8c..00d35e7958 100644
--- a/helpcontent2/source/text/scalc/02/makefile.mk
+++ b/helpcontent2/source/text/scalc/02/makefile.mk
@@ -66,4 +66,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/04/makefile.mk b/helpcontent2/source/text/scalc/04/makefile.mk
index d1b2bc78c5..34b25675dd 100644
--- a/helpcontent2/source/text/scalc/04/makefile.mk
+++ b/helpcontent2/source/text/scalc/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/05/makefile.mk b/helpcontent2/source/text/scalc/05/makefile.mk
index 5e6f72dd66..f981e686ac 100644
--- a/helpcontent2/source/text/scalc/05/makefile.mk
+++ b/helpcontent2/source/text/scalc/05/makefile.mk
@@ -50,4 +50,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/guide/makefile.mk b/helpcontent2/source/text/scalc/guide/makefile.mk
index 518a3ac234..edf07b4aff 100644
--- a/helpcontent2/source/text/scalc/guide/makefile.mk
+++ b/helpcontent2/source/text/scalc/guide/makefile.mk
@@ -134,4 +134,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/scalc/makefile.mk b/helpcontent2/source/text/scalc/makefile.mk
index c5de9b75d7..ac033e79ac 100644
--- a/helpcontent2/source/text/scalc/makefile.mk
+++ b/helpcontent2/source/text/scalc/makefile.mk
@@ -68,4 +68,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/schart/00/makefile.mk b/helpcontent2/source/text/schart/00/makefile.mk
index 3d66c753f3..b6b850b4fc 100644
--- a/helpcontent2/source/text/schart/00/makefile.mk
+++ b/helpcontent2/source/text/schart/00/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/schart/01/makefile.mk b/helpcontent2/source/text/schart/01/makefile.mk
index 48644b6752..0e744ac56e 100644
--- a/helpcontent2/source/text/schart/01/makefile.mk
+++ b/helpcontent2/source/text/schart/01/makefile.mk
@@ -93,4 +93,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/schart/02/makefile.mk b/helpcontent2/source/text/schart/02/makefile.mk
index d1eb190a8f..0e97effbb0 100644
--- a/helpcontent2/source/text/schart/02/makefile.mk
+++ b/helpcontent2/source/text/schart/02/makefile.mk
@@ -53,4 +53,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/schart/04/makefile.mk b/helpcontent2/source/text/schart/04/makefile.mk
index 5bdffce7d0..bf3a3a85c3 100644
--- a/helpcontent2/source/text/schart/04/makefile.mk
+++ b/helpcontent2/source/text/schart/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/schart/makefile.mk b/helpcontent2/source/text/schart/makefile.mk
index 4f7b07f45b..d1f49595a1 100644
--- a/helpcontent2/source/text/schart/makefile.mk
+++ b/helpcontent2/source/text/schart/makefile.mk
@@ -51,4 +51,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sdraw/00/makefile.mk b/helpcontent2/source/text/sdraw/00/makefile.mk
index 54f7aa888d..7f1894b870 100644
--- a/helpcontent2/source/text/sdraw/00/makefile.mk
+++ b/helpcontent2/source/text/sdraw/00/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sdraw/01/makefile.mk b/helpcontent2/source/text/sdraw/01/makefile.mk
index 42af6db6ea..8c138c3914 100644
--- a/helpcontent2/source/text/sdraw/01/makefile.mk
+++ b/helpcontent2/source/text/sdraw/01/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sdraw/04/makefile.mk b/helpcontent2/source/text/sdraw/04/makefile.mk
index 2504db94c8..45e92b9664 100644
--- a/helpcontent2/source/text/sdraw/04/makefile.mk
+++ b/helpcontent2/source/text/sdraw/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sdraw/guide/makefile.mk b/helpcontent2/source/text/sdraw/guide/makefile.mk
index e19ae37293..609989572c 100644
--- a/helpcontent2/source/text/sdraw/guide/makefile.mk
+++ b/helpcontent2/source/text/sdraw/guide/makefile.mk
@@ -64,4 +64,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/sdraw/makefile.mk b/helpcontent2/source/text/sdraw/makefile.mk
index 9c2e27a672..79ffbf4da6 100644
--- a/helpcontent2/source/text/sdraw/makefile.mk
+++ b/helpcontent2/source/text/sdraw/makefile.mk
@@ -61,4 +61,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/00/makefile.mk b/helpcontent2/source/text/shared/00/makefile.mk
index 1e77dc0c7e..098d531d6e 100644
--- a/helpcontent2/source/text/shared/00/makefile.mk
+++ b/helpcontent2/source/text/shared/00/makefile.mk
@@ -89,4 +89,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/01/makefile.mk b/helpcontent2/source/text/shared/01/makefile.mk
index 60c1d7f6cf..e3ba6734c9 100644
--- a/helpcontent2/source/text/shared/01/makefile.mk
+++ b/helpcontent2/source/text/shared/01/makefile.mk
@@ -69,6 +69,7 @@ XHPFILES = \
01100300.xhp \
01100400.xhp \
01100500.xhp \
+ 01100600.xhp \
01110000.xhp \
01110100.xhp \
01110101.xhp \
@@ -341,4 +342,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/02/makefile.mk b/helpcontent2/source/text/shared/02/makefile.mk
index 7fd0d0b92f..52463f6be3 100644
--- a/helpcontent2/source/text/shared/02/makefile.mk
+++ b/helpcontent2/source/text/shared/02/makefile.mk
@@ -193,4 +193,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/04/makefile.mk b/helpcontent2/source/text/shared/04/makefile.mk
index fca4a86b23..98160a67da 100644
--- a/helpcontent2/source/text/shared/04/makefile.mk
+++ b/helpcontent2/source/text/shared/04/makefile.mk
@@ -50,4 +50,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/05/makefile.mk b/helpcontent2/source/text/shared/05/makefile.mk
index a34561946a..970596d05c 100644
--- a/helpcontent2/source/text/shared/05/makefile.mk
+++ b/helpcontent2/source/text/shared/05/makefile.mk
@@ -58,4 +58,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/07/makefile.mk b/helpcontent2/source/text/shared/07/makefile.mk
index ec38369cb6..a15cea003a 100644
--- a/helpcontent2/source/text/shared/07/makefile.mk
+++ b/helpcontent2/source/text/shared/07/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/autokorr/makefile.mk b/helpcontent2/source/text/shared/autokorr/makefile.mk
index e93df9b894..29e0fa2ee6 100644
--- a/helpcontent2/source/text/shared/autokorr/makefile.mk
+++ b/helpcontent2/source/text/shared/autokorr/makefile.mk
@@ -60,4 +60,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/autopi/makefile.mk b/helpcontent2/source/text/shared/autopi/makefile.mk
index 0c575b8fd8..945a27e1db 100644
--- a/helpcontent2/source/text/shared/autopi/makefile.mk
+++ b/helpcontent2/source/text/shared/autopi/makefile.mk
@@ -126,4 +126,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/explorer/database/makefile.mk b/helpcontent2/source/text/shared/explorer/database/makefile.mk
index 12d230ba6d..207808b4c8 100644
--- a/helpcontent2/source/text/shared/explorer/database/makefile.mk
+++ b/helpcontent2/source/text/shared/explorer/database/makefile.mk
@@ -135,4 +135,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/guide/makefile.mk b/helpcontent2/source/text/shared/guide/makefile.mk
index b7d5b2bae7..d7c15f231a 100644
--- a/helpcontent2/source/text/shared/guide/makefile.mk
+++ b/helpcontent2/source/text/shared/guide/makefile.mk
@@ -174,4 +174,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/makefile.mk b/helpcontent2/source/text/shared/makefile.mk
index 80fa2ef557..9996559021 100644
--- a/helpcontent2/source/text/shared/makefile.mk
+++ b/helpcontent2/source/text/shared/makefile.mk
@@ -65,4 +65,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/shared/optionen/makefile.mk b/helpcontent2/source/text/shared/optionen/makefile.mk
index db6e7b77c9..6804a1f093 100644
--- a/helpcontent2/source/text/shared/optionen/makefile.mk
+++ b/helpcontent2/source/text/shared/optionen/makefile.mk
@@ -132,4 +132,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/00/makefile.mk b/helpcontent2/source/text/simpress/00/makefile.mk
index 181993439e..786a8482ab 100644
--- a/helpcontent2/source/text/simpress/00/makefile.mk
+++ b/helpcontent2/source/text/simpress/00/makefile.mk
@@ -57,4 +57,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/01/makefile.mk b/helpcontent2/source/text/simpress/01/makefile.mk
index fa5c4a7a0c..4523a4bfd9 100644
--- a/helpcontent2/source/text/simpress/01/makefile.mk
+++ b/helpcontent2/source/text/simpress/01/makefile.mk
@@ -141,4 +141,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/02/makefile.mk b/helpcontent2/source/text/simpress/02/makefile.mk
index 5a569c70cf..d18a003039 100644
--- a/helpcontent2/source/text/simpress/02/makefile.mk
+++ b/helpcontent2/source/text/simpress/02/makefile.mk
@@ -90,4 +90,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/04/makefile.mk b/helpcontent2/source/text/simpress/04/makefile.mk
index 84d779f3e1..7558cc6fc8 100644
--- a/helpcontent2/source/text/simpress/04/makefile.mk
+++ b/helpcontent2/source/text/simpress/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/guide/makefile.mk b/helpcontent2/source/text/simpress/guide/makefile.mk
index 5a938a8b3e..5b68ee402f 100644
--- a/helpcontent2/source/text/simpress/guide/makefile.mk
+++ b/helpcontent2/source/text/simpress/guide/makefile.mk
@@ -83,4 +83,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/simpress/makefile.mk b/helpcontent2/source/text/simpress/makefile.mk
index 736a2fd2c4..ec94bb31bf 100644
--- a/helpcontent2/source/text/simpress/makefile.mk
+++ b/helpcontent2/source/text/simpress/makefile.mk
@@ -71,4 +71,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/00/makefile.mk b/helpcontent2/source/text/smath/00/makefile.mk
index de9c7afa2f..a538f1219e 100644
--- a/helpcontent2/source/text/smath/00/makefile.mk
+++ b/helpcontent2/source/text/smath/00/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/01/makefile.mk b/helpcontent2/source/text/smath/01/makefile.mk
index 60b65b43df..c9b9f43bc8 100644
--- a/helpcontent2/source/text/smath/01/makefile.mk
+++ b/helpcontent2/source/text/smath/01/makefile.mk
@@ -101,4 +101,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/02/makefile.mk b/helpcontent2/source/text/smath/02/makefile.mk
index 3b7e248c3d..d3ebdd18e4 100644
--- a/helpcontent2/source/text/smath/02/makefile.mk
+++ b/helpcontent2/source/text/smath/02/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/04/makefile.mk b/helpcontent2/source/text/smath/04/makefile.mk
index 45596921fd..f58e675f75 100644
--- a/helpcontent2/source/text/smath/04/makefile.mk
+++ b/helpcontent2/source/text/smath/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/guide/makefile.mk b/helpcontent2/source/text/smath/guide/makefile.mk
index 5de5cda728..ed76f2b992 100644
--- a/helpcontent2/source/text/smath/guide/makefile.mk
+++ b/helpcontent2/source/text/smath/guide/makefile.mk
@@ -58,4 +58,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/smath/makefile.mk b/helpcontent2/source/text/smath/makefile.mk
index 0e1bb7b7e2..212fae1b3b 100644
--- a/helpcontent2/source/text/smath/makefile.mk
+++ b/helpcontent2/source/text/smath/makefile.mk
@@ -60,4 +60,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/00/makefile.mk b/helpcontent2/source/text/swriter/00/makefile.mk
index 3f63638386..85bf15538e 100644
--- a/helpcontent2/source/text/swriter/00/makefile.mk
+++ b/helpcontent2/source/text/swriter/00/makefile.mk
@@ -55,4 +55,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/01/makefile.mk b/helpcontent2/source/text/swriter/01/makefile.mk
index 409b2b2c18..251de9e879 100644
--- a/helpcontent2/source/text/swriter/01/makefile.mk
+++ b/helpcontent2/source/text/swriter/01/makefile.mk
@@ -223,4 +223,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/02/makefile.mk b/helpcontent2/source/text/swriter/02/makefile.mk
index 4987da5a0e..d7378c2908 100644
--- a/helpcontent2/source/text/swriter/02/makefile.mk
+++ b/helpcontent2/source/text/swriter/02/makefile.mk
@@ -95,4 +95,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/04/makefile.mk b/helpcontent2/source/text/swriter/04/makefile.mk
index c4c66f253b..32c41e9479 100644
--- a/helpcontent2/source/text/swriter/04/makefile.mk
+++ b/helpcontent2/source/text/swriter/04/makefile.mk
@@ -49,4 +49,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/guide/makefile.mk b/helpcontent2/source/text/swriter/guide/makefile.mk
index 0ce8b082b0..d70e6b8856 100644
--- a/helpcontent2/source/text/swriter/guide/makefile.mk
+++ b/helpcontent2/source/text/swriter/guide/makefile.mk
@@ -185,4 +185,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/source/text/swriter/makefile.mk b/helpcontent2/source/text/swriter/makefile.mk
index 044cc81468..4227006779 100644
--- a/helpcontent2/source/text/swriter/makefile.mk
+++ b/helpcontent2/source/text/swriter/makefile.mk
@@ -72,4 +72,4 @@ XHPFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : $(PRJ)$/makefile.pmk
+.INCLUDE : tg_help.mk
diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk
index 3f0ee12cf5..b79cb6bcc9 100644
--- a/helpcontent2/util/sbasic/makefile.mk
+++ b/helpcontent2/util/sbasic/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -425,6 +426,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/scalc/makefile.mk b/helpcontent2/util/scalc/makefile.mk
index f3d6a23a86..c5d9b0cbf5 100644
--- a/helpcontent2/util/scalc/makefile.mk
+++ b/helpcontent2/util/scalc/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -438,6 +439,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk
index 80264b8dd7..0eb859a989 100644
--- a/helpcontent2/util/schart/makefile.mk
+++ b/helpcontent2/util/schart/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -126,6 +127,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/sdatabase/makefile.mk b/helpcontent2/util/sdatabase/makefile.mk
index d80596bdc9..3af9db8e5c 100644
--- a/helpcontent2/util/sdatabase/makefile.mk
+++ b/helpcontent2/util/sdatabase/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -124,6 +125,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk
index 38e29beaed..ea99a877b3 100644
--- a/helpcontent2/util/sdraw/makefile.mk
+++ b/helpcontent2/util/sdraw/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -359,6 +360,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk
index 35581be8be..b613deb7a0 100644
--- a/helpcontent2/util/shared/makefile.mk
+++ b/helpcontent2/util/shared/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk
index 9fc38e1c9f..e1cb5db140 100644
--- a/helpcontent2/util/simpress/makefile.mk
+++ b/helpcontent2/util/simpress/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -361,6 +362,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk
index 63b2833794..de5ede8126 100644
--- a/helpcontent2/util/smath/makefile.mk
+++ b/helpcontent2/util/smath/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -204,6 +205,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk
index c3eb209631..6e89183d78 100644
--- a/helpcontent2/util/swriter/makefile.mk
+++ b/helpcontent2/util/swriter/makefile.mk
@@ -25,6 +25,7 @@
#
#*************************************************************************
+
# edit to match directory level
PRJ = ..$/..
# same for all makefiles in "helpcontent2"
@@ -517,6 +518,7 @@ LINKLINKFILES= \
text$/shared$/01$/01100300.xhp \
text$/shared$/01$/01100400.xhp \
text$/shared$/01$/01100500.xhp \
+ text$/shared$/01$/01100600.xhp \
text$/shared$/01$/01110000.xhp \
text$/shared$/01$/01110100.xhp \
text$/shared$/01$/01110101.xhp \