Skip to content

Commit

Permalink
docs(readme): Fix/update debug tag variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 19, 2023
1 parent 9c92650 commit ac4f8b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -538,16 +538,16 @@ You _may_ set them in your rules file such as `casile.mk` but they would typical
This will be pretty verbose on the console.
Shell scripts will run with `set -x`, programs that have them will be run with debug flags turned on, etc.
* `SILEDEBUG` sets the specific parts of the SILE typesetter to debug.
* `DEBUGTAGS` sets the specific parts of the SILE typesetter to debug.
See SILE documentation for details.
Defaults to casile.
```make
SILEDEBUG = casile insertions frames
DEBUGTAGS = casile insertions frames
```
Usage from the command line might be `casile make -- DEBUG=true SILEDEBUG=frames book-a4.pdf`.
Usage from the command line might be `casile make -- DEBUG=true DEBUGTAGS=frames book-a4.pdf`.
* `COVERS` can be used to disable generating cover images.
Raster image generation can take time, this skips those steps and just assumes no graphical covers are present.
Expand Down

0 comments on commit ac4f8b4

Please sign in to comment.