diff options
author | Andras Timar <atimar@suse.com> | 2013-02-12 22:04:02 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-12 22:04:02 +0100 |
commit | 4d7b72491649f33d115f687f5deee58bd9619ca4 (patch) | |
tree | 8fdbf2f2915675fcc7fc976387694ce069ca2c58 /util/shared | |
parent | a5cae6c3e83ddae0b26fac30cf95378d2a5882a3 (diff) |
enable syntax highligh of Basic code in offline help
Change-Id: Ibe2d1ae405677e6357d6f62f4ed20158b94532ff
Diffstat (limited to 'util/shared')
-rw-r--r-- | util/shared/makefile.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/util/shared/makefile.mk b/util/shared/makefile.mk index e1b6d6ad8a..9c32287bdc 100644 --- a/util/shared/makefile.mk +++ b/util/shared/makefile.mk @@ -30,18 +30,10 @@ TARGET = util_shared .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk -#common_build_zip:= -zip1generatedlangs=TRUE -zip1langdirs=$(aux_alllangiso) -ZIP1TARGET=xhp_shared -ZIP1FLAGS= -u -r -ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" LINKNAME=shared LINKADDEDFILES= \ -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \ - -add shared.jar $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ @@ -52,7 +44,6 @@ LINKADDEDFILES= \ LINKADDEDDEPS= \ $(COMMONMISC)$/LANGUAGE$/shared.tree \ - $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ |