aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--doc/rapport.bib2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8cb295..b052fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ VPATH = src:doc
all: rapport.pdf
-rapport.pdf: rapport.tex table1.tex table2.tex table3.tex
+rapport.pdf: rapport.tex rapport.bib table1.tex table2.tex table3.tex
latexmk -cd -lualatex $<
table1.% table2.% table3.%: projet
diff --git a/doc/rapport.bib b/doc/rapport.bib
index dcf8c32..9ce1217 100644
--- a/doc/rapport.bib
+++ b/doc/rapport.bib
@@ -69,7 +69,7 @@
author = {Gough, Brian},
title = {{GNU} Scientific Library Reference Manual},
year = {2009},
- isbn = {0954612078, 9780954612078},
+ isbn = {0-9546120-7-8},
edition = {3},
publisher = {Network Theory Ltd.},
} \ No newline at end of file