build system: fix rule for installing the mkvtoolnix-gui man page

This commit is contained in:
Moritz Bunkus 2015-05-30 11:11:08 +02:00
parent 01ad2ca2e3
commit 83ae247671

View File

@ -56,7 +56,7 @@ def setup_globals
$application_subdirs = { "mmg" => "mmg/", "mkvtoolnix-gui" => "mkvtoolnix-gui/" }
$applications = $programs.collect { |name| "src/#{$application_subdirs[name]}#{name}" + c(:EXEEXT) }
$manpages = $programs.collect { |name| "doc/man/#{name}.1" }
$manpages << "doc/man/mkvtoolnix-gui.1" if !$build_mkvtoolnix_gui
$manpages << "doc/man/mkvtoolnix-gui.1" if $build_mkvtoolnix_gui
$system_includes = "-I. -Ilib -Ilib/avilib-0.6.10 -Isrc"
$system_libdirs = "-Llib/avilib-0.6.10 -Llib/librmff -Lsrc/common"