A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new
[book_gpu.git]
/
BookGPU
/
Makefile
diff --git
a/BookGPU/Makefile
b/BookGPU/Makefile
index a842e943fbf4a7cfdfb24aabe67ff9fbb7309121..5bb303dd4ee7cec7c5405b6bb8d40a98d5a5b159 100644
(file)
--- a/
BookGPU/Makefile
+++ b/
BookGPU/Makefile
@@
-1,6
+1,9
@@
BOOK=BookGPU
BOOK=BookGPU
+
+#page 124 pdf, figures pas belles
+
all:
pdflatex ${BOOK}
pdflatex ${BOOK}
all:
pdflatex ${BOOK}
pdflatex ${BOOK}
@@
-14,15
+17,25
@@
all:
bibtex bu8
bibtex bu9
bibtex bu10
bibtex bu8
bibtex bu9
bibtex bu10
+ bibtex bu11
#don't put chapter 14, refs are included
#don't put chapter 14, refs are included
- bibtex bu12
- bibtex bu13
+ bibtex bu12
+ bibtex bu13
+ bibtex bu14
+ bibtex bu15
+ bibtex bu16
+ bibtex bu17
+ bibtex bu18
+ bibtex bu19
makeindex ${BOOK}.idx
pdflatex ${BOOK}
makeindex ${BOOK}.idx
pdflatex ${BOOK}
+ cp BookGPU.toc_new BookGPU.toc #copy the corrected toc
+
pdflatex ${BOOK}
# dvipdf ${BOOK}
clean:
pdflatex ${BOOK}
# dvipdf ${BOOK}
clean:
- rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg
+ rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg *.aux
+ find . -name "*aux" -print |xargs rm