To change the configuration, edit "config.mk". The following makefile targets are supported: all (default) - configure and compile programs configure manual pages install - install programs and documentation manual - build PDF manual (requires infnote style files) install-manual - install PDF manual The following targets are also supported by the included common.mk release - bump release number and commit to CVS minorversion - bump minor version number and commit to CVS majorversion - bump major version number and commit to CVS pack - make a distribution tar file from latest CVS release rpm - make a distribution RPM from latest CVS release V=foo pack - make a distribution tar file from tagged version foo V=foo rpm - make a distribution RPM from tagged version foo devpack - make a development tar file from active files devrpm - make a developemnt RPM from active files To create a branch ... cvs tag -b branch_MODULE_X_Y_Z_MY_BRANCH cvs update -r branch_MODULE_X_Y_Z_MY_BRANCH edit the config.mk to include "BRANCH=_MY_BRANCH"