Update to latest Asciidoctor version

We will temporarily remove PDF support until the plugin supports it.
This commit is contained in:
Rob Winch
2013-10-30 16:56:00 -05:00
parent cf3e2f2c6a
commit c135179029
34 changed files with 22 additions and 660 deletions

View File

@@ -12,7 +12,6 @@ project('manual') {
ext.expandPlaceholders = ""
asciidoctor {
backends = ["html5", "pdf"]
options = [
eruby: 'erubis',
attributes: [
@@ -34,10 +33,8 @@ project('manual') {
ext.spec = copySpec {
into ('reference/htmlsingle') {
from("${asciidoctor.outputDir}/dist/html5")
}
into ('reference/pdf') {
from("${asciidoctor.outputDir}/dist/pdf")
from(asciidoctor.outputDir)
exclude 'build', 'Guardfile'
}
}
}