56 |
|
Installs Conient to a given directory. Also takes a prefix; |
57 |
|
make install prefix = /usr/i-scream |
58 |
|
|
59 |
– |
cvsbuild |
60 |
– |
|
61 |
– |
Builds any tagged version of Conient from CVS. This saves the need to |
62 |
– |
checkout a version to build it, as it's all done automatically; |
63 |
– |
make install rev = RELEASE_1 |
64 |
– |
Default tag is HEAD. |
65 |
– |
|
59 |
|
javadoc |
60 |
|
|
61 |
< |
Builds all the javadoc pages in the `doc' directory. |
61 |
> |
Builds all the javadoc pages in the `doc' directory. |
62 |
> |
|
63 |
> |
dist |
64 |
> |
dist-bin |
65 |
> |
|
66 |
> |
Builds a dist tar/zip file ready for distribution. The |
67 |
> |
-bin alternative does not do doc/src. |