summaryrefslogtreecommitdiff
path: root/helpcontent2/makefile.pmk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 13:53:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 13:53:04 +0000
commit13e95388484271f4f04458c11212d58bffed9102 (patch)
treed61bd6ad907e70b59b2bb199da94b209eba83169 /helpcontent2/makefile.pmk
parenta39de56ca77fde718f32b7d5735b908aab750320 (diff)
INTEGRATION: CWS ause018 (1.8.6); FILE MERGED
2005/02/09 09:26:41 hjs 1.8.6.4: #i39062# stay with rev. 1.8.6.2 2005/02/07 18:57:23 hjs 1.8.6.3: #i39062# improve output 2005/02/07 15:17:17 hjs 1.8.6.2: #i39062# just comment what's going on 2005/02/07 11:36:11 hjs 1.8.6.1: #i39062# optix
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-xhelpcontent2/makefile.pmk17
1 files changed, 12 insertions, 5 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk
index bbcd6234a5..8fec27a439 100755
--- a/helpcontent2/makefile.pmk
+++ b/helpcontent2/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-01-27 10:11:04 $
+# last change: $Author: hr $ $Date: 2005-02-11 14:53:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,7 @@ SHELL_PACKAGE:=$(subst,/,$/ $(PACKAGE))
HLANGXHPFILES:=$(foreach,i,$(XHPFILES) $(foreach,j,$(aux_alllangiso) $(MISC)$/$j$/$(SHELL_PACKAGE)$/$(i:f)))
.IF "$(SOLAR_JAVA)"!=""
-ALLTAR : $(foreach,i,$(XHPFILES:b) $(MISC)$/$(TARGET).$i.done) $(MISC)$/xhp_changed.flag
+ALLTAR : $(foreach,i,$(XHPFILES:b) $(MISC)$/$(TARGET).$i.done) $(MISC)$/xhp_changed.flag optix
.ENDIF
$(HLANGXHPFILES) : $$(@:d)thisdir.created
@@ -73,8 +73,7 @@ $(MISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/%.xhp : %.xhp
@$(TOUCH) $@
$(foreach,i,$(XHPFILES:b) $(MISC)$/$(TARGET).$i.done) : $(MISC)$/{$(aux_alllangiso)}$/$(SHELL_PACKAGE)$/$$(@:b:e:s/.//).xhp
- @+$(WRAPCMD) helpex -QQ -p help2 -r $(PRJ) -i $(uniq $(<:f)) -x $(MISC) -y $(SHELL_PACKAGE)$/$(@:b:e:s/.//).xhp -l all -lf $(aux_alllangiso:t",") -m localize.sdf $(noout) && $(TOUCH) $@
- @+$(ECHON) .
+ @+$(WRAPCMD) helpex -QQ -p help2 -r $(PRJ) -i $(uniq $(<:f)) -x $(MISC) -y $(SHELL_PACKAGE)$/$(@:b:e:s/.//).xhp -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
# urks - dmake mixes up operators and strings :-(
.IF "$(HLANGXHPFILES:s/defined/xxx/)"!=""
@@ -88,7 +87,15 @@ $(foreach,i,$(XHPFILES) $(MISC)$/$(TARGET).$(i:b).done) : localize.sdf makefile.
$(MISC)$/xhp_changed.flag : $(HLANGXHPFILES)
@+$(TOUCH) $@
+# it's hard to get just a newline...
+.IF "$(OS)"=="SOLARIS"
+ @+$(ECHONL) " "
+.ELSE # "$(OS)"=="SOLARIS"
@+$(ECHONL)
+.ENDIF # "$(OS)"=="SOLARIS"
+
+optix: $(foreach,i,$(XHPFILES) $(MISC)$/$(TARGET).$(i:b).done)
+ @+echo done
%.created :
@+-$(MKDIRHIER) $(@:d) $(noout)