Browse Source

Added a "docs" convenience task

Luke Taylor 15 years ago
parent
commit
7a3892556c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/docs.gradle

+ 4 - 0
docs/docs.gradle

@@ -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'