This appendix will list all available make commands under Borges, sorted by topic: compilation, revision management, reports generation, etc.
./configure [BORGESDIR=/path/to/Borges]
prepares the system to accept comands. Optionnaly, one
can specify the path to the Borges installation if it is
different from the default location
(/usr/share/Borges
).
Three versions exist:
Removes output documents and reports.
Additionally, that removes the images prepared
for publication in output documents (in
manuals/images/
).
This command will do its best to remove all files that are not present in the CVS repository. ./configure will have to be run afterwise to make the system functional again.
make checkout
This will update all file with latest modifications made by others on the CVS server. It will retrieve new files and directories too.