tcc-latex/makefile

39 lines
534 B
Makefile
Raw Normal View History

2017-12-04 01:28:43 +00:00
refresh:
make all
make preview
2017-11-05 03:31:10 +00:00
all:
make cleartmp
make clear
make compile
make cleartmp
preview:
xdg-open tcc.pdf
compile:
python3 updateBibliography.py
-pdflatex -interaction=nonstopmode -synctex=1 tcc.tex
bibtex tcc
-pdflatex -interaction=nonstopmode -synctex=1 tcc.tex
-pdflatex -interaction=nonstopmode -synctex=1 tcc.tex
clear:
-rm *~
-rm *.pdf
cleartmp:
-rm *.aux
-rm *.bbl
-rm *.blg
-rm *.bcf
2017-11-21 03:48:01 +00:00
#-rm *.log
2017-11-05 03:31:10 +00:00
-rm *.toc
-rm *.lof
-rm *.lot
-rm *.loq
-rm *.run.xml
-rm *.synctex.gz
-rm *.fdb_latexmk