Mercurial > ift6266
annotate 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 |
rev | line source |
---|---|
629
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
1 all: aistats2011_cameraready.pdf |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
2 #all: nips2010_submission.pdf |
515
4a94be41b550
created a makefile to genereate the pdf
Frederic Bastien <nouiz@nouiz.org>
parents:
diff
changeset
|
3 |
640
9910b921c9a6
added rules depency again *.bib file.
Frederic Bastien <nouiz@nouiz.org>
parents:
629
diff
changeset
|
4 %.pdf: %.tex images/* *.bib |
629
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
5 pdflatex $< |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
6 bibtex -min-crossrefs=999 ${<:.tex=} |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
7 pdflatex $< |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
8 pdflatex $< |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
9 pdflatex $< |
555
b6dfba0a110c
ameliorer l'aspect visuel, Myriam
Yoshua Bengio <bengioy@iro.umontreal.ca>
parents:
543
diff
changeset
|
10 |
629
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
11 clean: |
75458692efba
make a makefile rule for the aistats2011_cameraready.pdf target. It use new generic rule behind.
Frederic Bastien <nouiz@nouiz.org>
parents:
555
diff
changeset
|
12 rm -f *.aux *.bbl *.blg *.log |