view 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
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 *.vrb

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