mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
po: Fix indentation of SED_PO_FIXUP_ARGS variable
The variable value is split on multiple lines, which have too long indentation prefix leading to needless long lines. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
35d603d5ae
commit
7f0b2f2162
@ -54,11 +54,11 @@ POT_CREATION_DATE = $(shell \
|
||||
fi)
|
||||
|
||||
SED_PO_FIXUP_ARGS = \
|
||||
-e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \
|
||||
-e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \
|
||||
-e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \
|
||||
-e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \
|
||||
$(NULL)
|
||||
-e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \
|
||||
-e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \
|
||||
-e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \
|
||||
-e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \
|
||||
$(NULL)
|
||||
|
||||
update-po: $(POFILES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user