Added a "docs" convenience task

This commit is contained in:
Luke Taylor 2010-08-30 19:03:15 +01:00
parent f4d57ab5e8
commit 7a3892556c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
// Docbook and Javadoc building and uploading tasks
apply plugin: 'base'
task docs {
dependsOn 'manual:docbook', 'faq:docbookHtmlSingle', 'apidocs'
}
subprojects {
apply plugin: 'base'
apply plugin: 'docbook'