diff --git a/Makefile b/Makefile index 150927c..5abd868 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,11 @@ index_titles.html: merge.json scripts/templates/index_titles.html scripts/index_ index_thesis.html: merge.json scripts/templates/index_thesis.html scripts/index_new.py python3 scripts/index_new.py index_thesis.html index_thesis.html -%.cover.jpg: %.pdf +%.cover.jpg: %.pdf gs -dSAFER -r600 -sDEVICE=jpeg -dFirstPage=1 -dLastPage=1 -o $@ $< mogrify -resize 640x $@ +anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.cover.jpg: anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.pdf + gs -dSAFER -r600 -sDEVICE=jpeg -dFirstPage=3 -dLastPage=3 -o $@ $< + mogrify -resize 640x $@ diff --git a/anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.cover.jpg b/anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.cover.jpg index 9a3506f..fd6ed71 100644 Binary files a/anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.cover.jpg and b/anomolous-faces/pdf/Publication-POD_Thesis_Max-Franklin.cover.jpg differ