Skip to content
Snippets Groups Projects
Commit a9801519 authored by Markus Reiter's avatar Markus Reiter
Browse files

Move Cask man page to root.

parent 5504e2c1
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ module Homebrew
convert_man_page(markup, TARGET_DOC_PATH/"brew.1.html")
convert_man_page(markup, TARGET_MAN_PATH/"brew.1")
cask_markup = (HOMEBREW_LIBRARY/"Homebrew/cask/doc/man_page/brew-cask.1.md").read
cask_markup = (HOMEBREW_LIBRARY/"Homebrew/manpages/brew-cask.1.md").read
convert_man_page(cask_markup, TARGET_MAN_PATH/"brew-cask.1")
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment