diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 11:21:26 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 11:21:26 +0100 |
commit | 487ffc9d2eafc571a7cabdfffc2541608f3c74b1 (patch) | |
tree | 25c8d4aeda3cfedc3cec1ea133551a680d03209a /helpcontent2/source | |
parent | decca1502542de492ebfa996ade68d9f3b3a048f (diff) | |
parent | 731f4e5b5a75384bc37a3e014f0d7dce8488df52 (diff) |
CWS-TOOLING: integrate CWS localization37fix_DEV300
ooo/DEV300_m68
Diffstat (limited to 'helpcontent2/source')
-rwxr-xr-x | helpcontent2/source/auxiliary/bn/default.css | 4 | ||||
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/helpcontent2/source/auxiliary/bn/default.css b/helpcontent2/source/auxiliary/bn/default.css index 2fa534688a..16b38e6889 100755 --- a/helpcontent2/source/auxiliary/bn/default.css +++ b/helpcontent2/source/auxiliary/bn/default.css @@ -10,10 +10,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } + { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; } .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: Mukti,MuktiNarrow,SolaimanLipi,"Lohit Bengali",Vrinda,"Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} .acronym { font-weight: bold; } diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 5f4369adb1..1155e80369 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -68,9 +68,17 @@ $(LOCTREEFILES) : $(TREEFILES) $$(@:d)$/dir.created @$(TOUCH) $@ .IF "$(WITH_LANG)"!="" -#$(LOCTREEFILES) : $(PRJ)$/source$/text$/shared$/localize.sdf -$(LOCTREEFILES) : $(LOCALIZESDF:d:d:d:d)$/text$/shared/localize.sdf -$(LOCALIZESDF:d:d:d:d)$/text$/shared/localize.sdf : $(LOCALIZESDF) +.IF "$(LOCALIZATION_FOUND)"=="YES" +$(LOCTREEFILES) : $(TRYSDF:d:d:d:d)$/text$/shared/localize.sdf +.ELSE # "$(LOCALIZATION_FOUND)"=="YES" +$(COMMONMISC)/unpack.done : $(SOLARCOMMONSDFDIR)$/$(PRJNAME).zip + @@-$(MKDIRHIER) $(COMMONMISC)$/$(PRJNAME)_$(TARGET) + unzip -o -d $(COMMONMISC)$/$(PRJNAME) $(SOLARCOMMONSDFDIR)$/$(PRJNAME).zip + $(TOUCH) $@ + +$(LOCTREEFILES) : $(COMMONMISC)/unpack.done + +.ENDIF # "$(LOCALIZATION_FOUND)"=="YES" .ENDIF # "$(WITH_LANG)"!="" aux_dirs .PHONY : |