Motiejus Jakštys
37e24524c2
git-subtree-dir: deps/cmph git-subtree-mainline:5040f4007b
git-subtree-split:a250982ade
13 lines
221 B
Makefile
Executable File
13 lines
221 B
Makefile
Executable File
all:
|
|
latex bdz.tex
|
|
bibtex bdz
|
|
latex bdz.tex
|
|
latex bdz.tex
|
|
dvips bdz.dvi -o bdz.ps
|
|
run: clean all
|
|
gv bdz.ps &
|
|
html: clean all
|
|
latex2html bdz.tex
|
|
clean:
|
|
rm bdz.dvi bdz.ps *.lot *.lof *.aux *.bbl *.blg *.log *.toc
|