Convert File Transfer dialog to Glade.
[pidgin-git.git] / doc / meson.build
blob592fe8e9247fe3e3d7f0a92b2283ba5aa1a6e621
1 if ENABLE_DOC
2         subdir('reference')
3 endif
5 if ENABLE_GTK
6         pidgin_man = configure_file(
7             input : 'pidgin3.1.in',
8             output : 'pidgin3.1',
9             configuration : man_conf,
10             install : true,
11             install_dir : get_option('mandir') + '/man1')
12 endif
14 if enable_consoleui
15         finch_man = configure_file(
16             input : 'finch3.1.in',
17             output : 'finch3.1',
18             configuration : man_conf,
19             install : true,
20             install_dir : get_option('mandir') + '/man1')
21 endif