mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
po: Don't generate POTFILES
Now that we have dropped prefixes from the file, it no longer needs to go through configure_file() and we can use it directly. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -1476,10 +1476,10 @@ perl_translatable_files_list_ = \
|
||||
-e '}'
|
||||
|
||||
# Verify that all source files using _() (more specifically, files that
|
||||
# match $(_gl_translatable_string_re)) are listed in po/POTFILES.in.
|
||||
po_file ?= $(top_srcdir)/po/POTFILES.in
|
||||
# match $(_gl_translatable_string_re)) are listed in po/POTFILES.
|
||||
po_file ?= $(top_srcdir)/po/POTFILES
|
||||
|
||||
# List of additional files that we want to pick up in our POTFILES.in
|
||||
# List of additional files that we want to pick up in our POTFILES
|
||||
# This is all generated files for RPC code.
|
||||
generated_files = \
|
||||
$(top_builddir)/src/*.[ch] \
|
||||
|
||||
Reference in New Issue
Block a user