mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
BUILD update paths for asciidoc new output directory
This commit is contained in:
@@ -355,14 +355,13 @@ task bumpVersion {
|
||||
}
|
||||
}
|
||||
task copyCodeGenDocs(type: Copy) {
|
||||
from('build/docs/html5/man/') { include 'index.html' }
|
||||
from('build/docs/man/') { include 'index.html' }
|
||||
from('picocli-codegen/build/docs/html5/') { include '*.html' }
|
||||
into 'docs/man'
|
||||
}
|
||||
task copyDocs(type: Copy) {
|
||||
dependsOn(copyCodeGenDocs)
|
||||
from('build/docs/html5/') { include '*.html' }
|
||||
from('build/docs/') { exclude 'html5'}
|
||||
from('build/docs/')
|
||||
into 'docs'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user