Mercurial > hg > what-is-octave
comparison OctConf2013/Makefile @ 8:50abddcc3409 default tip
Presentation delivered by cdf at OctConf 2013.
author | Carlo de Falco <cdf@users.sourceforge.net> |
---|---|
date | Mon, 22 Jul 2013 21:54:27 +0200 |
parents | FEMTEC2013/Makefile@60233b0075a9 |
children |
comparison
equal
deleted
inserted
replaced
7:229882e81c78 | 8:50abddcc3409 |
---|---|
1 SLIDES=what-is-octave.pdf | |
2 | |
3 all: $(SLIDES) | |
4 | |
5 %.pdf: %.tex beamerthemeOctave.sty octave-header.png | |
6 pdflatex $*.tex | |
7 pdflatex $*.tex | |
8 pdflatex $*.tex | |
9 | |
10 clean: | |
11 $(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup *.vrb | |
12 | |
13 distclean: clean | |
14 $(RM) -f $(SLIDES) |