view writeup/Makefile @ 647:47af8a002530 tip

changed Theano to ift6266 and remove numpy as we do not use code from numpy in this repository
author Razvan Pascanu <r.pascanu@gmail.com>
date Wed, 17 Oct 2012 09:26:14 -0400
parents 9910b921c9a6
children
line wrap: on
line source

all: aistats2011_cameraready.pdf
#all: nips2010_submission.pdf

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

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