comparison PoliMI2012/Makefile @ 4:0a1567794b40

[mq]: folder_reorganization
author Carlo de Falco <cdf@users.sourceforge.net>
date Thu, 08 Nov 2012 09:55:34 +0100
parents Makefile@acc25d26e9e5
children f8c352d9af2d
comparison
equal deleted inserted replaced
3:acc25d26e9e5 4:0a1567794b40
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
12
13 distclean: clean
14 $(RM) -f $(SLIDES)