update flux dependencies and package (#2541)
* update flux dependencies and package * refinements from @adamjstewart * fix flux document generation The docbook-xsl package has been added, and correctly configures catalog files to generate documentation correctly with asciidoc.
This commit is contained in:

committed by
Todd Gamblin

parent
d7e9134d42
commit
943c007fb5
@@ -36,6 +36,8 @@ class Asciidoc(Package):
|
||||
|
||||
depends_on('libxml2')
|
||||
depends_on('libxslt')
|
||||
depends_on('docbook-xml')
|
||||
depends_on('docbook-xsl')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix=%s' % prefix)
|
||||
|
Reference in New Issue
Block a user