From ce6cbf86a5e4e23404a6102d18bb7433a64531d1 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 17 Aug 2016 09:43:33 +0200 Subject: screenshots: add new global make target Up to now the screenshot creation was added/dependent of target slowcheck. Since quite some modules have added screenshot creations now, I added an own target 'screenshot' to allow to keep current slowcheck and screenshot creation separated Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7 --- formula/Module_formula.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'formula/Module_formula.mk') diff --git a/formula/Module_formula.mk b/formula/Module_formula.mk index 6a3833bfc2e1..7543a474652c 100644 --- a/formula/Module_formula.mk +++ b/formula/Module_formula.mk @@ -20,7 +20,8 @@ $(eval $(call gb_Module_add_l10n_targets,formula,\ UIConfig_formula \ )) -$(eval $(call gb_Module_add_slowcheck_targets,formula,\ +# screenshots +$(eval $(call gb_Module_add_screeshot_targets,formula,\ CppunitTest_formula_dialogs_test \ )) -- cgit