mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
build system: fix rule for installing the mkvtoolnix-gui man page
This commit is contained in:
parent
01ad2ca2e3
commit
83ae247671
2
Rakefile
2
Rakefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user