diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-08 16:37:18 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-08 16:37:18 +0200 |
commit | 0a55a73be010169b8f100c0174c2cbad3cf979c4 (patch) | |
tree | ac89f3418cfed733ff547b653d00b216f1a80f5e /model_8 | |
parent | e270c907814c091d047d17d75e65374504ea6bd8 (diff) |
Option in the Makefile to add specific arguments to rst2latex
Diffstat (limited to 'model_8')
-rwxr-xr-x | model_8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model_8/Makefile b/model_8/Makefile index eb751fe..ca74045 100755 --- a/model_8/Makefile +++ b/model_8/Makefile @@ -1,5 +1,5 @@ include ../common/Makefile.common -RST_OPTIONS = \ +EXTRA_RST_OPTIONS = \ --no-section-numbering \ --table-style=booktabs |