--- projects/cms/source/server/README 2002/06/07 16:12:47 1.11 +++ projects/cms/source/server/README 2003/02/05 22:27:24 1.13 @@ -35,6 +35,10 @@ make build make install prefix=/some/path make clean +Alternatively there is a "make dist" target which will build a +distribution archive containing the built code, the javadoc, and +the source code. + In more detail, the first line ensures that the required libraries are available, and sets the Makefiles up so they know where everything is. The second line compiles all of the code and creates a JAR file in the @@ -98,25 +102,22 @@ install make install prefix = /usr/i-scream dist + Builds a full distribution of the server. - make dist ver = 1.0 - Default ver is HEAD. + make dist dest=/tmp dist-bin + Builds a binary distribution of the server. - make dist ver = 1.0 - Default ver is HEAD. + make dist dest=/tmp javadoc Builds all the javadoc pages in the `doc' directory. -buildutil +src - (it is recommended you run a "make clean" first) - Builds a seperate JAR file, in `build' called `iscream-util.jar'. - This file contains just the uk.ac.ukc.iscream.util package for - use in other parts of the system, such as the clients. + Copies the whole src tree in to the `build/src' directory. createtable