mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Pass options to the latex makefile
This commit is contained in:
parent
2d05e25913
commit
b4e27014e8
1 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,12 @@
|
|||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SOURCEDIR = source
|
||||
BUILDDIR = build
|
||||
SPHINXBUILD ?= "sphinx-build"
|
||||
SOURCEDIR = "source"
|
||||
BUILDDIR = "build"
|
||||
|
||||
export LATEXMKOPTS ?= ""
|
||||
export LATEXOPTS ?= "-interaction=nonstopmode"
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
|
|
Loading…
Reference in a new issue