aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docbook.rb
diff options
context:
space:
mode:
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