view 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
line wrap: on
line source

SLIDES=what-is-octave.pdf

all: $(SLIDES)

%.pdf: %.tex beamerthemeOctave.sty octave-header.png
	pdflatex $*.tex
	pdflatex $*.tex
	pdflatex $*.tex

clean:
	$(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup

distclean: clean 
	$(RM) -f $(SLIDES)