Improve API documentation output.
And include more files.
This commit is contained in:
parent
b25a7c3f3f
commit
7b02304b64
@ -1,8 +1,10 @@
|
|||||||
--title "Homebrew"
|
--title "Homebrew"
|
||||||
--main Library/Homebrew/API.md
|
--main Library/Homebrew/README.md
|
||||||
--exclude Library/Homebrew/test/vendor/
|
--exclude Library/Homebrew/test/vendor/
|
||||||
--exclude Library/Homebrew/vendor/
|
--exclude Library/Homebrew/vendor/
|
||||||
Library/Homebrew/**/*.rb
|
Library/Homebrew/**/*.rb
|
||||||
-
|
-
|
||||||
Library/Homebrew/*.md
|
Library/Homebrew/*.md
|
||||||
|
Library/Homebrew/manpages/*.md
|
||||||
|
share/doc/homebrew/*.md
|
||||||
*.md
|
*.md
|
||||||
|
|||||||
@ -90,8 +90,8 @@ module OS
|
|||||||
end
|
end
|
||||||
|
|
||||||
# This should really be private, but for compatibility reasons it must
|
# This should really be private, but for compatibility reasons it must
|
||||||
# remain public. New code should use MacOS::X11.{bin,lib,include}
|
# remain public. New code should use MacOS::X11.bin, MacOS::X11.lib and
|
||||||
# instead, as that accounts for Xcode-only systems.
|
# MacOS::X11.include instead, as that accounts for Xcode-only systems.
|
||||||
def prefix
|
def prefix
|
||||||
@prefix ||= if Pathname.new('/opt/X11/lib/libpng.dylib').exist?
|
@prefix ||= if Pathname.new('/opt/X11/lib/libpng.dylib').exist?
|
||||||
Pathname.new('/opt/X11')
|
Pathname.new('/opt/X11')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user