gostyle_old, commit old
[gostyle.git] / style_consensus / Makefile
bloba66c119242da6416eee83f725d7a43b954243d03
1 all: pdf
3 # Vyroba PDF primo z DVI by byla prijemnejsi, ale vetsina verzi dvipdfm nici obrazky
4 # style_consensus.pdf: style_consensus.dvi
5 # dvipdfm -o $@ -p a4 -r 600 $<
7 pdf: style_consensus.pdf
8 dvi: style_consensus.dvi
9 ps: style_consensus.ps
10 show: pdf
11 okular style_consensus.pdf &
13 style_consensus.pdf: style_consensus.ps
14 ps2pdf $< $@
16 style_consensus.ps: style_consensus.dvi
17 dvips -o $@ -D600 -t a4 $<
19 # LaTeX je potreba spustit dvakrat, aby spravne spocital odkazy
20 style_consensus.dvi: style_consensus.tex $(wildcard *.tex) style_consensus.bib Makefile
21 rm -f *bbl
22 cslatex $<
23 bibtex style_consensus
24 cslatex $<
25 cslatex $<
26 cslatex $<
28 clean:
29 rm -f *.log *.dvi *.aux *.toc *.lof *.out *.bbl *.blg style_consensus.ps style_consensus.pdf