[Libreoffice-commits] .: instsetoo_native/util
David Tardon
dtardon at kemper.freedesktop.org
Fri Feb 18 23:00:26 PST 2011
instsetoo_native/util/makefile.mk | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 5b3f8e51a038bd1d17fb235ac5e8f5c06efb90f7
Author: David Tardon <dtardon at redhat.com>
Date: Sat Feb 19 07:58:00 2011 +0100
I fixed this properly in libs-core/scripting
This reverts commit ba1da290bd44677bdf3576e6b3fcd02a102ed667.
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index d13c434..da4478c 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -71,13 +71,9 @@ INSTALLDIR=$(OUT)
LOCALPYFILES= \
$(BIN)$/uno.py \
$(BIN)$/unohelper.py \
- $(BIN)$/pythonloader.py
-
-.IF "$(ENABLE_SCRIPTING_PYTHON)" == "YES"
-LOCALPYFILES+= \
+ $(BIN)$/pythonloader.py \
$(BIN)$/officehelper.py \
$(BIN)$/mailmerge.py
-.ENDIF
xxxx:
echo $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) --arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product LibreOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) $(PRJ)$/util$/update.xml
More information about the Libreoffice-commits
mailing list