build system: add title for development.html

This commit is contained in:
Moritz Bunkus 2024-01-20 19:22:25 +01:00
parent ac45cc52fb
commit 4d684e2759
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -519,7 +519,7 @@ end
file "doc/development.html" => [ "doc/development.md", "doc/pandoc-template.html" ] do |t|
runq "pandoc", t.prerequisites.first, <<COMMAND
#{c(:PANDOC)} -o #{t.name} --standalone --from markdown_strict --to html --number-sections --table-of-contents --css=pandoc.css --template=doc/pandoc-template.html doc/development.md
#{c(:PANDOC)} -o #{t.name} --standalone --from markdown_strict --to html --number-sections --table-of-contents --css=pandoc.css --template=doc/pandoc-template.html --metadata title='MKVToolNix development' doc/development.md
COMMAND
end