Commit c119dd24 authored by Scott Frederick's avatar Scott Frederick

Rename plugin PDF reference doc files

This commit renames the PDF documentation files generated for the
build plugins when the distribution archive is created.

See gh-20829
parent f40444e2
...@@ -99,6 +99,7 @@ task zip(type: Zip) { ...@@ -99,6 +99,7 @@ task zip(type: Zip) {
duplicatesStrategy "fail" duplicatesStrategy "fail"
from(asciidoctorPdf.outputDir) { from(asciidoctorPdf.outputDir) {
into "reference/pdf" into "reference/pdf"
rename "index.pdf", "${project.name}-reference.pdf"
} }
from(asciidoctor.outputDir) { from(asciidoctor.outputDir) {
into "reference/html" into "reference/html"
......
...@@ -99,6 +99,7 @@ task zip(type: Zip) { ...@@ -99,6 +99,7 @@ task zip(type: Zip) {
duplicatesStrategy "fail" duplicatesStrategy "fail"
from(asciidoctorPdf.outputDir) { from(asciidoctorPdf.outputDir) {
into "reference/pdf" into "reference/pdf"
rename "index.pdf", "${project.name}-reference.pdf"
} }
from(asciidoctor.outputDir) { from(asciidoctor.outputDir) {
into "reference/html" into "reference/html"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment