maint.mk: let packages tweak sc_po_check pattern
authorEric Blake <eblake@redhat.com>
Fri, 26 Oct 2012 16:19:56 +0000 (10:19 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 26 Oct 2012 16:34:41 +0000 (10:34 -0600)
commit4027785526fce3ec49b4c2b2dcd40df07f8a211d
tree03b56504dc6a7cf6fbb16151e191de41efa71c19
parent6061979365c067965ee376b3d0a65819779a89c5
maint.mk: let packages tweak sc_po_check pattern

libosinfo wants to look for XML files with translation markers
of the form <_name>string to translate</_name>.  Rather than
globally adding this to the regex, I thought it would be easier
to make it possible for cfg.mk to override the default pattern.
https://www.redhat.com/archives/virt-tools-list/2012-October/msg00270.html

* top/maint.mk (sc_po_check): Add translation-markers, to allow
finding files with other translation markers.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk