Kaydet (Commit) 0bcefcab authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

remove special casing for obsoleted default theme

Change-Id: I6688251eac8ecb5ea671cae281c2445df773be16
üst 7524f45e
......@@ -18,8 +18,7 @@ helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxilia
packimages_CUSTOM_FALLBACKS := -c $(SRCDIR)/icon-themes/tango -c $(SRCDIR)/icon-themes/industrial
$(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
$(if $(filter default,$(WITH_THEMES)),images.zip) \
$(foreach theme,$(filter-out default,$(WITH_THEMES)),images_$(theme).zip) \
$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
commandimagelist.ilst \
sorted.lst \
))
......
......@@ -10,8 +10,7 @@
$(eval $(call gb_Package_Package,postprocess_images,$(call gb_CustomTarget_get_workdir,postprocess/images)))
$(eval $(call gb_Package_add_files,postprocess_images,$(LIBO_SHARE_FOLDER)/config,\
$(if $(filter default,$(WITH_THEMES)),images.zip) \
$(foreach theme,$(filter-out default,$(WITH_THEMES)),images_$(theme).zip) \
$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment