tig: depend on asciidoc and xmlto at build time for head (#23125)

Fixes man install for head
This commit is contained in:
Rakesh 2018-01-21 17:23:34 +05:30 committed by ilovezfs
parent 7ac6f28b4d
commit 1991799148

View file

@ -13,8 +13,11 @@ class Tig < Formula
head do
url "https://github.com/jonas/tig.git"
depends_on "asciidoc" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "xmlto" => :build
end
depends_on "readline" => :recommended