From 9d200b61aaf6cb8b06f0bbff3cee842b21d56052 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 3 Apr 2012 15:35:51 +0300 Subject: Hmm, no, why would we want the desktop GUI images in this app? --- android/experiments/DocumentLoader/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android') diff --git a/android/experiments/DocumentLoader/Makefile b/android/experiments/DocumentLoader/Makefile index bbebd560cce3..f818d73a6717 100644 --- a/android/experiments/DocumentLoader/Makefile +++ b/android/experiments/DocumentLoader/Makefile @@ -200,10 +200,6 @@ copy-stuff: # .res files mkdir -p assets/program/resource cp $(OUTDIR)/bin/*en-US.res assets/program/resource -# Image Zip archives - for I in default tango; do \ - cp $(OUTDIR)/bin/images_$$I.zip assets/share/config; \ - done # Assets that are unpacked at run-time into the app's data directory. mkdir -p assets/unpack/etc/fonts cp fonts.conf assets/unpack/etc/fonts -- cgit