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

21 lines
421 B
Makefile
Raw Permalink Normal View History

2020-03-18 14:43:53 +01:00
export TEXINPUTS=../tex//:
2020-04-30 22:58:43 +02:00
all: vlna prace.pdf sighup
2020-03-18 14:43:53 +01:00
# LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
2020-05-03 18:51:16 +02:00
pdfcslatex $<
2020-03-18 14:43:53 +01:00
bibtex prace
2020-05-03 18:51:16 +02:00
pdfcslatex $<
pdfcslatex $<
2020-03-18 14:43:53 +01:00
2020-04-30 22:58:43 +02:00
vlna: $(wildcard *.tex)
-vlna -l $^
2020-03-18 14:43:53 +01:00
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