1
0
Fork 0
ai-doc/src/Makefile

100 lines
1.7 KiB
Makefile
Raw Normal View History

2023-07-18 12:28:06 -06:00
# Makefile
all:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
2023-07-18 12:32:02 -06:00
AIDoc.tex
biber AIDoc
#makeglossaries AIDoc
bib2gls AIDoc
2023-07-19 09:42:04 -06:00
# 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
2023-07-18 12:28:06 -06:00
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
2023-07-18 12:32:02 -06:00
AIDoc.tex
biber AIDoc
2023-07-18 12:28:06 -06:00
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
2023-07-18 12:32:02 -06:00
AIDoc.tex
makeindex AIDoc
2023-07-19 09:42:04 -06:00
# xelatex \
# -halt-on-error \
# -shell-escape \
# -interaction=nonstopmode \
# -no-pdf \
# AIDoc.tex
2023-07-18 12:28:06 -06:00
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
2023-07-18 12:32:02 -06:00
AIDoc.tex
2023-07-18 12:28:06 -06:00
cover:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
Cover.tex
2023-10-17 12:38:13 -06:00
test:
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
AIDoc.tex
2023-07-18 12:28:06 -06:00
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