[seahorse/wip/lantw/meson-add-the-missing-output-argument-for-manfile-seahorse] meson: Add the missing 'output' argument for manfile-seahorse



commit d93ffda783b5c77b4c69be0af247a03422aa4269
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Fri Jul 19 10:45:58 2019 +0800

    meson: Add the missing 'output' argument for manfile-seahorse

 data/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/meson.build b/data/meson.build
index 0ce5fe88..746ce5ae 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -64,6 +64,7 @@ if with_manpage
   xsltproc = find_program('xsltproc')
   custom_target('manfile-seahorse',
     input: 'seahorse.xml',
+    output: 'seahorse.1',
     install: true,
     install_dir: get_option('mandir') / 'man1',
     command: [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]