Prev Next highlight.sh

Add Languages to source-highlight Package

Syntax
srcdir
bindir
Octave
Errors

Syntax
bin/highlight.sh srcdir bindir

srcdir
This is the source code directory corresponding to the source-highlight package; e.g,
     
source-highlight-3.1.8

bindir
The directory used to build the source-highlight package; i.e., where the configure command was executed.

Octave
Currently, this command only adds the Octave language to the list of supported languages . The corresponding file extension is
 
     m = octave.lang
.

Errors
If this script fails for some reason, you may be able to accomplish its goals by reading its source code comments and performing the operations by hand.
Input File: bin/highlight.sh