Mercurial > hg > what-is-octave
view 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 |
line wrap: on
line source
SLIDES=what-is-octave.pdf all: $(SLIDES) %.pdf: %.tex pdflatex $*.tex clean: $(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup distclean: clean $(RM) -f $(SLIDES)