1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bc_thesis/mff/diplomky/en/Makefile

20 lines
441 B
Makefile

all: thesis.pdf
# Vyroba PDF primo z DVI by byla prijemnejsi, ale vetsina verzi dvipdfm nici obrazky
# thesis.pdf: thesis.dvi
# dvipdfm -o $@ -p a4 -r 600 $<
thesis.pdf: thesis.ps
ps2pdf $< $@
thesis.ps: thesis.dvi
dvips -o $@ -D600 -t a4 $<
# LaTeX je potreba spustit dvakrat, aby spravne spocital odkazy
thesis.dvi: thesis.tex $(wildcard *.tex)
cslatex $<
cslatex $<
clean:
rm -f *.{log,dvi,aux,toc,lof,out} thesis.ps thesis.pdf