meson.build (397B)
1 paywall_must = custom_target( 2 'paywall.en.must', 3 input: 'paywall.en.must.j2', 4 output: 'paywall.en.must', 5 command: [ 6 find_program('python3'), 7 meson.current_source_dir() / 'generate-paywall.py', 8 '@INPUT@', 9 '@OUTPUT@', 10 ], 11 depend_files: files('paywall.js'), 12 install: true, 13 install_dir: get_option('datadir') / 'paivana' / 'templates', 14 )