]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
po: Fix indentation of SED_PO_FIXUP_ARGS variable
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2020 16:36:59 +0000 (17:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2020 16:36:59 +0000 (17:36 +0100)
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>
po/Makefile.am

index 277dd89d7df97dd60a5c9cc5193a247eefbf8e7d..ac34b0c1aa659c010c57dd39d1ae45b4e79673ff 100644 (file)
@@ -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)