view writeup/Makefile @ 630:f55f1b1499c4

better printing of all other name and the adresse.
author Frederic Bastien <nouiz@nouiz.org>
date Thu, 17 Mar 2011 15:51:43 -0400
parents 75458692efba
children 9910b921c9a6
line wrap: on
line source

all: aistats2011_cameraready.pdf
#all: nips2010_submission.pdf

%.pdf: %.tex images/*
	pdflatex $<
	bibtex -min-crossrefs=999 ${<:.tex=}
	pdflatex $<
	pdflatex $<
	pdflatex $<

clean:
	rm -f *.aux *.bbl *.blg *.log