aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docbook.rb
diff options
context:
space:
mode:
authorMichael Wild2010-09-01 15:37:36 +0200
committerDavid Höppner2010-09-04 16:32:47 +0200
commit2db9c4936c29800dfe2596a54dda200288aa98c7 (patch)
tree518c5a1a716e2dd62df33d917eb3497e67aba157 /Library/Formula/docbook.rb
parentc2d6a872d0c69506be0eab921c97d722fbeed535 (diff)
downloadhomebrew-2db9c4936c29800dfe2596a54dda200288aa98c7.tar.bz2
FIX: Install the epub docbook-xsl backend
Signed-off-by: Michael Wild <themiwi@users.sourceforge.net> Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula/docbook.rb')
-rw-r--r--Library/Formula/docbook.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/docbook.rb b/Library/Formula/docbook.rb
index 2e159ccaa..58a79e2b3 100644
--- a/Library/Formula/docbook.rb
+++ b/Library/Formula/docbook.rb
@@ -76,7 +76,7 @@ class Docbookxsl <Formula
homepage 'http://docbook.sourceforge.net/'
def install
doc_files = %w[AUTHORS BUGS README RELEASE-NOTES.txt TODO VERSION NEWS COPYING]
- xsl_files = %w[catalog.xml common eclipse extensions fo highlighting html htmlhelp images javahelp lib manpages params profiling roundtrip slides template tools website xhtml xhtml-1_1]
+ xsl_files = %w[catalog.xml common eclipse epub extensions fo highlighting html htmlhelp images javahelp lib manpages params profiling roundtrip slides template tools website xhtml xhtml-1_1]
docbook = Formula.factory 'docbook'
(docbook.prefix+'docbook/xsl'+version).install xsl_files + doc_files
end