This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
bakalarka/Makefile

18 lines
372 B
Makefile
Raw Normal View History

2020-03-18 14:43:53 +01:00
export TEXINPUTS=../tex//:
all: prace.pdf sighup
# LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
pdflatex $<
bibtex prace
pdflatex $<
pdflatex $<
clean:
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi *.lol
2020-03-18 14:43:53 +01:00
rm -f prace.pdf
sighup:
killall -s SIGHUP mupdf