spot/doc/Makefile
Théo Barnouin 15cf412840
Some checks are pending
spot-quality / ci-check (push) Waiting to run
spot-quality / shellcheck (push) Waiting to run
first commit
2024-11-13 16:41:51 +01:00

30 lines
479 B
Makefile

all: install build
build: doc.tex
latexmk -c doc.tex
watch: doc.tex
latexmk -pvc doc.tex
DEPENDENCIES = luatex $\
fontspec $\
lm $\
xcolor $\
xcolor-solarized $\
fontawesome $\
xifthen $\
ifmtarg $\
pgf $\
pgf-blur $\
ec $\
etoolbox $\
xkeyval $\
minted kvoptions fancyvrb fvextra upquote float ifplatform pdftexcmds xstring lineno framed catchfile
install:
tlmgr update --self
tlmgr update texlive-scripts
tlmgr install $(DEPENDENCIES)
clean:
latexmk -C