diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-17 08:34:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-17 08:34:22 +0100 |
commit | 096f2b849c08dc6890b548621b9a19dd78661e6a (patch) | |
tree | bd1b1951882f28924706c3cc74481cd5534bd132 /odk | |
parent | 00e26baaf5cca36a7e78036aa5694196ccbf7402 (diff) | |
parent | 144390821535d03735819d229e5ec397972b2436 (diff) |
merge feature/gbuild_java
Diffstat (limited to 'odk')
-rw-r--r-- | odk/pack/gendocu/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk index 93bd1aeb6509..e4d8f869d693 100644 --- a/odk/pack/gendocu/makefile.mk +++ b/odk/pack/gendocu/makefile.mk @@ -53,8 +53,8 @@ JAVA_PACKAGES=\ # com.sun.star.beans \ JAVA_SRC_FILES=\ - $(JAVA_SRC_DIR)$/jurt_src.zip \ $(JAVA_SRC_DIR)$/juh_src.zip \ + $(JAVA_SRC_DIR)$/jurt_src.zip \ $(JAVA_SRC_DIR)$/ridl_src.zip \ $(JAVA_SRC_DIR)$/unoloader_src.zip @@ -103,7 +103,7 @@ $(CPP_DOCU_INDEX_FILE) .ERRREMOVE : $(CPP_DOCU_CLEANUP_FLAG) Doxyfile > $(MISC)/Doxyfile $(DOXYGEN) $(MISC)/Doxyfile -$(JAVA_SRC_FILES) : $(SOLARCOMMONBINDIR)$/$$(@:f) +$(JAVA_SRC_FILES) : $(SOLARCOMMONPCKDIR)$/$$(@:f) -$(MKDIRHIER) $(@:d) $(MY_COPY) $< $@ cd $(JAVA_SRC_DIR) && unzip -quo $(@:f) |