extensions: goat-exercise appdata depends on po files.

Make sure we regenerate the appdata file when po files are updated. It
should not be too much of a problem for release builds made from
scratch, but on incremental dev builds, the appdata was not regenerated
even when new translation got added.
This commit is contained in:
Jehan 2020-10-22 17:18:43 +02:00
parent 6c26d39c8e
commit 5c03dd1677
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ appdatafilein = configure_file(
appdatafile = custom_target(appdatafilename,
input : [ appdatafilein, ],
output: [ appdatafilename, ],
depend_files: [ po_plug_ins_dir ],
command: [
intltool_merge,
po_plug_ins_dir,