summaryrefslogtreecommitdiff
path: root/backend/tiff
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-01 09:46:32 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commit2085c6c8e734ec64081b08be6df13b1ebdf6adb8 (patch)
tree87ba096574a44a78d8f6332572e1d7adba9e2842 /backend/tiff
parent27fc5fef126e173d922db3aa22df12ed6a4aa6ea (diff)
downloadatril-2085c6c8e734ec64081b08be6df13b1ebdf6adb8.tar.bz2
atril-2085c6c8e734ec64081b08be6df13b1ebdf6adb8.tar.xz
chore: remove unused intltool
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'backend/tiff')
-rw-r--r--backend/tiff/meson.build14
1 files changed, 7 insertions, 7 deletions
diff --git a/backend/tiff/meson.build b/backend/tiff/meson.build
index b0eb52bf..96b9dbd1 100644
--- a/backend/tiff/meson.build
+++ b/backend/tiff/meson.build
@@ -24,11 +24,11 @@ shared_module(
install_dir: backendsdir,
)
-custom_target(
- 'tiff_backend',
- input: 'tiffdocument.atril-backend.desktop.in',
- output: 'tiffdocument.atril-backend',
- command: [intltool_merge, '-d', '-u', po_dir, '@INPUT@', '@OUTPUT@'],
- install: true,
- install_dir: backendsdir,
+i18n.merge_file(
+ input: 'tiffdocument.atril-backend.desktop.in',
+ output: 'tiffdocument.atril-backed',
+ type: 'desktop',
+ po_dir: po_dir,
+ install: true,
+ install_dir: backendsdir,
)