Move reference to htmlsingle to match standard Spring reference layout
This commit is contained in:
parent
1a1f577a8b
commit
5427da6b27
|
@ -33,8 +33,11 @@ project('manual') {
|
|||
|
||||
|
||||
ext.spec = copySpec {
|
||||
into ('reference') {
|
||||
from("${asciidoctor.outputDir}/dist/")
|
||||
into ('reference/htmlsingle') {
|
||||
from("${asciidoctor.outputDir}/dist/html5")
|
||||
}
|
||||
into ('reference/pdf') {
|
||||
from("${asciidoctor.outputDir}/dist/pdf")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue