Kaydet (Commit) 7cbedaa9 authored tarafından David Tardon's avatar David Tardon

use 3-char announce id as elsewhere in gbuild

Change-Id: I2f8f1d6876e7305bec45038ada402aa423e59ad8
üst 58e4b36a
......@@ -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 \
......
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