From ed729831317430648157918becdaf19840b16b71 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 6 Apr 2013 13:10:54 +0200 Subject: rename UI to UIConfig I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon Tested-by: David Tardon --- sc/Module_sc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 4a4fc4192b85..2d8231f5a2bd 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Module_add_targets,sc,\ Library_scfilt \ Library_scui \ Package_uiconfig \ - UI_scalc \ + UIConfig_scalc \ )) ifneq ($(DISABLE_SCRIPTING),TRUE) -- cgit