comparison FEMTEC2013/Makefile @ 6:60233b0075a9

femtec presentation
author Carlo de Falco <cdf@users.sourceforge.net>
date Sun, 23 Jun 2013 23:37:41 +0200
parents PoliMI2012/Makefile@f8c352d9af2d
children
comparison
equal deleted inserted replaced
5:f8c352d9af2d 6:60233b0075a9
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)