Skip to content

Commit 773c5a9

Browse files
committed
Fix PDF generation
1 parent 16d5602 commit 773c5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ task('makePDF', type: org.asciidoctor.gradle.AsciidoctorTask) {
418418
backends 'pdf'
419419
sourceDir "$buildDir/asciidoc"
420420
sources {
421-
include 'index-single.adoc'
421+
include 'index.adoc'
422422
}
423423
options doctype: 'book', eruby: 'erubis'
424424
attributes 'icons': 'font',
@@ -553,6 +553,7 @@ task docsZip(type: Zip, dependsOn: [reference]) {
553553

554554
from ('build/asciidoc/pdf') {
555555
include 'index.pdf'
556+
rename 'index.pdf', 'spring-amqp-reference.pdf'
556557
into 'reference/pdf'
557558
}
558559
}

0 commit comments

Comments
 (0)