1
0
Fork 0
ai-doc/src/Makefile

100 lines
1.7 KiB
Makefile

# Makefile
all:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
AIDoc.tex
biber AIDoc
#makeglossaries AIDoc
bib2gls AIDoc
# xelatex \
# -halt-on-error \
# -shell-escape \
# -interaction=nonstopmode \
# -no-pdf \
# AIDoc.tex
# bib2gls AIDoc
# xelatex \
# -halt-on-error \
# -shell-escape \
# -interaction=nonstopmode \
# -no-pdf \
# AIDoc.tex
# bib2gls AIDoc
# xelatex \
# -halt-on-error \
# -shell-escape \
# -interaction=nonstopmode \
# -no-pdf \
# AIDoc.tex
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
AIDoc.tex
biber AIDoc
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
AIDoc.tex
makeindex AIDoc
# xelatex \
# -halt-on-error \
# -shell-escape \
# -interaction=nonstopmode \
# -no-pdf \
# AIDoc.tex
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
AIDoc.tex
cover:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
Cover.tex
test:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
AIDoc.tex
clean:
rm -fr _minted-*
rm -f *.aux
rm -f *.bib.bak
rm -f *.bib.sav.tmp
rm -f *.bbl
rm -f *.bcf
rm -f *.blg
rm -f *.glg
rm -f *.glo
rm -f *.gls
rm -f *.glstex
rm -f *.idx
rm -f *.ilg
rm -f *.ind
rm -f *.ist
rm -f *.lof
rm -f *.log
rm -f *.lol
rm -f *.lot
rm -f *.out
rm -f *.run.xml
rm -f *.toc
rm -f *.xdv
rm -f *.pdf
rm -f *.pyg