use 3-char announce id as elsewhere in gbuild
Change-Id: I2f8f1d6876e7305bec45038ada402aa423e59ad8
This commit is contained in:
@@ -17,7 +17,7 @@ $(call gb_CustomTarget_get_workdir,extras/source/glade)/libreoffice-catalog.xml
|
||||
$(SRCDIR)/extras/source/glade/libreoffice-catalog.xml.in \
|
||||
$(SRCDIR)/extras/source/glade/makewidgetgroup.xslt \
|
||||
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSLT,4)
|
||||
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,4)
|
||||
$(call gb_Helper_abbreviate_dirs, \
|
||||
mkdir -p $(dir $@) && \
|
||||
$(call gb_ExternalExecutable_get_command,xsltproc) --nonet \
|
||||
|
@@ -36,7 +36,7 @@ $(call gb_MoTarget_get_clean_target,%) :
|
||||
$(call gb_MoTarget_get_target,%) : \
|
||||
$(gb_Helper_MISCDUMMY) \
|
||||
$(call gb_ExternalExecutable_get_dependencies,python)
|
||||
$(call gb_Output_announce,$*,$(true),MO,2)
|
||||
$(call gb_Output_announce,$*,$(true),MO ,2)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $@) && \
|
||||
if test -e $(gb_POLOCATION)/$(LANGUAGE)/$(POLOCATION)/messages.po; then \
|
||||
|
Reference in New Issue
Block a user