1
Fork 0
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:
Steffo 2021-11-17 21:26:00 +01:00
parent 2d05e25913
commit b4e27014e8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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: