summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-06-17 02:00:42 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-06-17 02:00:42 -0400
commit722a98fe7a3d0cacd84d3c0469b11a84f4b904f5 (patch)
tree0e8535719f58cf2ba4e67158ab052d698e62a963 /doc/meson.build
parent7cd5999744d92402036fcfa4ebf972d9c11a7d7b (diff)
downloadpidgin-722a98fe7a3d0cacd84d3c0469b11a84f4b904f5.tar.gz
Fix bugs in pkgconfig and man page substitutions.
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 7a98654de9..825fb881d8 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -6,7 +6,7 @@ if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin.1.in',
output : 'pidgin.1',
- configuration : conf,
+ configuration : man_conf,
install : true,
install_dir : get_option('mandir') + '/man1')
endif
@@ -15,7 +15,7 @@ if ENABLE_GNT
finch_man = configure_file(
input : 'finch.1.in',
output : 'finch.1',
- configuration : conf,
+ configuration : man_conf,
install : true,
install_dir : get_option('mandir') + '/man1')
endif