aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/build.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-04-01 18:03:47 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-04-01 18:03:47 +0000
commitc5321473911179f88171c1c83ee61152eb287044 (patch)
tree2584af2524d03722502e06d8bc9b87c80407cf23 /org.jacoco.doc/docroot/doc/build.html
parent51ca61b6c27bdbeee9573751a10a14b975a82c27 (diff)
downloadjacoco-c5321473911179f88171c1c83ee61152eb287044.tar.gz
Documentation for new build target.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/build.html')
-rw-r--r--org.jacoco.doc/docroot/doc/build.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html
index a8753314..9143cc70 100644
--- a/org.jacoco.doc/docroot/doc/build.html
+++ b/org.jacoco.doc/docroot/doc/build.html
@@ -73,8 +73,12 @@
<td>Generate documentation.</td>
</tr>
<tr>
+ <td><code>legal</code></td>
+ <td>Verify license information in source headers.</td>
+ </tr>
+ <tr>
<td><code>build</code></td>
- <td>Compile, verify, package and create documentation.</td>
+ <td>Compile, verify, package, verify license information and create documentation.</td>
</tr>
<tr>
<td><code><b>rebuild</b></code></td>