comparison OctConf2012/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
comparison
equal deleted inserted replaced
3:acc25d26e9e5 4:0a1567794b40
1 SLIDES=what-is-octave.pdf
2
3 all: $(SLIDES)
4
5 %.pdf: %.tex
6 pdflatex $*.tex
7
8 clean:
9 $(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup
10
11 distclean: clean
12 $(RM) -f $(SLIDES)