mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Only build .1 from .xml if xsltproc & DocBook are available
Fix for bug 575.
This commit is contained in:
parent
6e968a4d03
commit
dc5608d4da
4
Rakefile
4
Rakefile
@ -169,8 +169,10 @@ rule '.hhk' => '.hhc' do |t|
|
||||
end
|
||||
|
||||
# man pages from DocBook XML
|
||||
rule '.1' => '.xml' do |t|
|
||||
if c?(:XSLTPROC_WORKS)
|
||||
rule '.1' => '.xml' do |t|
|
||||
runq "XSLTPROC #{t.source}", "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)} -o #{t.name} #{c(:DOCBOOK_MANPAGES_STYLESHEET)} #{t.sources.join(" ")}"
|
||||
end
|
||||
end
|
||||
|
||||
# Qt files
|
||||
|
Loading…
Reference in New Issue
Block a user