summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2004-11-17 11:59:20 +0000
committerMichael Meeks <michael.meeks@novell.com>2004-11-17 11:59:20 +0000
commit0afc656f3d00906d6469642d5bb897d2a1ba23f3 (patch)
treeba4a088d3bc8c86d1cc050c1ad87cfab89a188c1 /Makefile.shared
parenta59908d680ffe82494294bff65c57d628b247ca9 (diff)
Axe
* bin/install-artwork: axe * Makefile.shared: add artwork.install rule back, install .png splash artwork * src/*.bmp convert to .png * patches/OOO_1_1_3/apply db-duplicate-tables, vba-scanner-fix: axe vba-keybinding: transfer vba-export* - move to test/ nld-splash -> re-work ximian-splash, novell-splash, suse-splash: axe.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 7d2196620..829febc4c 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -15,7 +15,16 @@ $(OOBUILDDIR)/unpack :
$(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) --distro=$(DISTRO) -f -R; \
fi
cd $(top_srcdir)/bin ; ./unpack
- rm -f $(STAMP_DIR)/build $(STAMP_DIR)/patch.apply
+ rm -f $(STAMP_DIR)/build $(STAMP_DIR)/patch.apply \
+ $(STAMP_DIR)/artwork.install
+ touch $@
+
+artwork.install : $(STAMP_DIR)/artwork.install
+$(STAMP_DIR)/artwork.install : $(OOBUILDDIR)/unpack \
+ $(STAMP_DIR)/prebuild
+ mkdir -p $(OOBUILDDIR)/offmgr/res
+ cp $(top_srcdir)/src/open*_*.png $OOBUILDDIR/svx/res/
+ cp -vf $TOOLSDIR/fonts/opens___.ttf $OOBUILDDIR/extras/source/truetype/symbol || echo "font copy failed";
touch $@
patch.apply: $(OOBUILDDIR)/unpack $(STAMP_DIR)/patch.apply
@@ -67,6 +76,7 @@ $(STAMP_DIR)/build.tools : $(STAMP_DIR)/prebuild
build : $(STAMP_DIR)/build
$(STAMP_DIR)/build : $(OOBUILDDIR)/unpack \
$(STAMP_DIR)/patch.apply \
+ $(STAMP_DIR)/artwork.install \
$(STAMP_DIR)/build.tools \
$(STAMP_DIR)/prebuild
cd $(top_srcdir)/bin ; ./build-ooo