Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
584cadea50 |
6
Makefile
6
Makefile
@ -4,10 +4,10 @@ all: vlna prace.pdf sighup
|
|||||||
|
|
||||||
# LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
|
# LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
|
||||||
prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
|
prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
|
||||||
pdfcslatex $<
|
pdflatex $<
|
||||||
bibtex prace
|
bibtex prace
|
||||||
pdfcslatex $<
|
pdflatex $<
|
||||||
pdfcslatex $<
|
pdflatex $<
|
||||||
|
|
||||||
vlna: $(wildcard *.tex)
|
vlna: $(wildcard *.tex)
|
||||||
-vlna -l $^
|
-vlna -l $^
|
||||||
|
Reference in New Issue
Block a user