This appendix will list all available make commands under Borges, sorted by topic: compilation, revision management, reports generation, etc.
Issuing
make -C manuals/Doc_Name Doc_Name.output_format [options...]
will compile the whole document named Doc_Name in output_format format. Please refer to Table 3.1, “Borges Output Formats”, for more information on supported output formats and below for more information on [options...].
Module Compilation. Issuing
make -C manuals/module module_name.output_format [options...]
will compile only the module named module_name in output_format format. Please refer to Table 3.1, “Borges Output Formats”, for more information on supported output formats and below for more information on [options...].
Common Compilation Options. The following options can be used with any compilation command, in place of [options...], to change default compilation parameters:
Compilation is done for language language, where languageis the two lowercase letter ISO code for the language in question.
Uses alternative_stylesheet.dsssl as the DSSSL stylesheet. Note that the path ../../drivers/ is mandatory because of the -C option used with the make command.