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>
master
Michael Wild 2010-09-01 15:37:36 +02:00 committed by David Höppner
parent c59a0c3048
commit 900d4f3690
1 changed files with 1 additions and 1 deletions

View File

@ -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