Added existing files.
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# nechajte iba jeden z main.pdf a main-en.pdf
|
||||
all: main-en.pdf
|
||||
|
||||
main.pdf: main.tex *.tex *.bib images/*
|
||||
pdflatex main
|
||||
bibtex main
|
||||
pdflatex main
|
||||
pdflatex main
|
||||
|
||||
|
||||
main-en.pdf: main-en.tex *.tex *.bib images/*
|
||||
pdflatex main-en
|
||||
bibtex main-en
|
||||
pdflatex main-en
|
||||
pdflatex main-en
|
Reference in New Issue
Block a user