Move reference to htmlsingle to match standard Spring reference layout

This commit is contained in:
Rob Winch 2013-10-29 12:56:29 -05:00
parent 1a1f577a8b
commit 5427da6b27
1 changed files with 5 additions and 2 deletions

View File

@ -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")
}
}
}