PRES=logiciel-libre-entreprise

.PHONY: all pres pres1024 test
all: /tmp/$(PRES).pdf

/tmp/$(PRES).pdf: $(PRES).tex
	pdflatex -output-directory /tmp/ $(PRES).tex
	pdflatex -output-directory /tmp/ $(PRES).tex

pres: /tmp/$(PRES).pdf /tmp/$(PRES).pdf.info
	keyjnote --cache memory -D 1000 /tmp/$(PRES).pdf

pres1024: /tmp/$(PRES).pdf /tmp/$(PRES).pdf.info
	keyjnote --cache memory -g 1024x768 -D 1000 /tmp/$(PRES).pdf

test: /tmp/$(PRES).pdf
	xpdf $?

/tmp/$(PRES).pdf.info:$(PRES).pdf.info
	cp $(PRES).pdf.info /tmp/$(PRES).pdf.info
