mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-11 16:58:16 +03:00
Adjust POTFILES.in check to strip type prefix
This commit is contained in:
parent
ab94026a08
commit
77808ceb5c
4
maint.mk
4
maint.mk
@ -1062,7 +1062,9 @@ generated_files ?= $(srcdir)/lib/*.[ch]
|
||||
sc_po_check:
|
||||
@if test -f $(po_file); then \
|
||||
grep -E -v '^(#|$$)' $(po_file) \
|
||||
| grep -v '^src/false\.c$$' | sort > $@-1; \
|
||||
| grep -v '^src/false\.c$$' \
|
||||
| sed 's|\[type: gettext/glade\] ||' \
|
||||
| sort > $@-1; \
|
||||
files=; \
|
||||
for file in $$($(VC_LIST_EXCEPT)) $(generated_files); do \
|
||||
test -r $$file || continue; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user