Appendix A. Borges Commands Reminder

1. Compilation
2. Revision Management Commands
3. Reports Generation Commands
4. Project Management Commands

This appendix will list all available make commands under Borges, sorted by topic: compilation, revision management, reports generation, etc.

1. Compilation

Document Compilation

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:

LANG=language

Compilation is done for language language, where languageis the two lowercase letter ISO code for the language in question.

DSSSL_JADETEX=../../drivers/alternative_stylesheet.dsssl

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.