docbook: install wrapper script to call dbtoepub

Closes Homebrew/homebrew#18164.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Peter Eisentraut 2013-03-01 09:29:20 -05:00 committed by Jack Nagel
parent c04984059a
commit 7304119c25
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ class Docbookxsl < Formula
website xhtml xhtml-1_1 xhtml5]
docbook = Formula.factory 'docbook'
(docbook.prefix/'docbook/xsl'/version).install xsl_files + doc_files
(docbook.bin/'dbtoepub').write <<-EOS.undent
#!/bin/sh
exec "#{docbook.prefix}/docbook/xsl/#{version}/epub/bin/dbtoepub" "$@"
EOS
end
def catalog