From 17ae85786dd0dc06a23b08cb9e37812824391e48 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Wed, 6 Jan 2010 14:05:10 +0100 Subject: hcshared25: commit before help id changes --- helpcontent2/util/sbasic/makefile.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'helpcontent2/util/sbasic/makefile.mk') diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 33b97abf3f..35d8e704a9 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -848,7 +848,6 @@ LINKLINKFILES= \ text$/shared$/autokorr$/08000000.xhp \ text$/shared$/autokorr$/09000000.xhp \ text$/shared$/autokorr$/10000000.xhp \ - text$/shared$/autokorr$/11000000.xhp \ text$/shared$/autokorr$/12000000.xhp \ text$/shared$/autokorr$/13000000.xhp \ text$/shared$/autopi$/01000000.xhp \ -- cgit From b09dc9a00d1eccf2b12ce59d44aa521151542b40 Mon Sep 17 00:00:00 2001 From: Frank Peters Date: Fri, 19 Feb 2010 17:10:42 +0100 Subject: #i104543# --- helpcontent2/util/sbasic/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpcontent2/util/sbasic/makefile.mk') diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index c55eafd34a..fbf50933ac 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -26,7 +26,7 @@ TARGET = util_sbasic .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk -common_build_zip:= +#common_build_zip:= zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_sbasic @@ -38,13 +38,13 @@ LINKNAME=sbasic LINKADDEDFILES= \ -add sbasic.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/sbasic.cfg \ -add sbasic.tree $(COMMONMISC)$/LANGUAGE$/sbasic.tree \ - -add sbasic.jar $(BIN)$/xhp_sbasic_LANGUAGE.zip + -add sbasic.jar $(COMMONBIN)$/xhp_sbasic_LANGUAGE.zip LINKADDEDDEPS= \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/sbasic.cfg \ $(COMMONMISC)$/LANGUAGE$/sbasic.tree \ - $(BIN)$/xhp_sbasic_LANGUAGE.zip + $(COMMONBIN)$/xhp_sbasic_LANGUAGE.zip LINKLINKFILES= \ -- cgit