diff options
Diffstat (limited to 'Library/Formula/docbook.rb')
| -rw-r--r-- | Library/Formula/docbook.rb | 17 | 
1 files changed, 8 insertions, 9 deletions
| diff --git a/Library/Formula/docbook.rb b/Library/Formula/docbook.rb index dc662659d..2e159ccaa 100644 --- a/Library/Formula/docbook.rb +++ b/Library/Formula/docbook.rb @@ -6,15 +6,6 @@ class Docbook <Formula    version '5.0'    homepage 'http://docbook.sourceforge.net/' -  def caveats -    <<-EOS.undent -      To use the DocBook package in your XML toolchain, you need to -      register it with the global XML catalog with this command: -       -        sudo docbook-register -    EOS -  end -    def packages; [      Docbookxml412,      Docbookxml42, @@ -31,6 +22,14 @@ class Docbook <Formula        pkg.new.brew { |formula| formula.install }      end    end + +  def caveats; <<-EOS.undent +    To use the DocBook package in your XML toolchain, you need to +    register it with the global XML catalog with this command: + +      sudo docbook-register +    EOS +  end  end  class Docbookxml <Formula | 
