view PoliMI2012/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 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)