diff --git a/Makefile b/Makefile
index 20dbf6b6fc05d743db9cfb40e5c3056f4ed5d89e..f1fa703012589f68f31f4addcbfe3519d493e044 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
+# Typeset Markdown documentation files for GPU Hackathon Jülich into PDF
+# Individual PDFs for each .md will be created plus one concatenated, large PDF of all .md files.
+#
+# Andreas Herten, March 2017
+# Note: Need cross-reffing for figures? https://github.com/lierdakil/pandoc-crossref!
+
 LC = pandoc
 
 LCFLAGS = --latex-engine=xelatex --variable mainfont="PT Serif"
@@ -10,7 +16,7 @@ LCFLAGS += --variable geometry:margin=1in
 LCFLAGS += --variable author:"Andreas Herten <a.herten@fz-juelich.de>"
 
 # SRC = $(wildcard *.md)
-SRC = Login.md JURON.md JURECA.md PizDaint.md Batch-Systems.md Profiling-Nvidia_Visual_Profiler-nvprof.md Profiling-scorep-Vampir.md
+SRC = Login.md JURON.md JURECA.md PizDaint.md Batch-Systems.md Profiling-Nvidia_Visual_Profiler-nvprof.md Profiling-scorep-Vampir.md More.md
 
 PDFS = $(SRC:.md=.pdf)
 
diff --git a/convert2pdf/Batch-Systems.pdf b/convert2pdf/Batch-Systems.pdf
index d065de0412647f80a5898296ee759e50db62c888..7553b19fbed1a022a31c2c2f8ab6347c355d9df0 100644
Binary files a/convert2pdf/Batch-Systems.pdf and b/convert2pdf/Batch-Systems.pdf differ
diff --git a/convert2pdf/JURECA.pdf b/convert2pdf/JURECA.pdf
index e1084e6fd2dd90a28c8cef32aa87c62cd6a7d879..bb37e000da895f9c89bf7aa089ece56e78b6190a 100644
Binary files a/convert2pdf/JURECA.pdf and b/convert2pdf/JURECA.pdf differ
diff --git a/convert2pdf/JURON.pdf b/convert2pdf/JURON.pdf
index 53695a1d200c07976f35d4604ec6b484dc5089a8..b3ec3501f759aa8275c09e4a8428ff7ff57c462e 100644
Binary files a/convert2pdf/JURON.pdf and b/convert2pdf/JURON.pdf differ
diff --git a/convert2pdf/Login.pdf b/convert2pdf/Login.pdf
index 68e52c1a7b647a85a4180b1b420b6d126b4c9876..e478d8b12705169a5287f3f8e7a185fceea6318e 100644
Binary files a/convert2pdf/Login.pdf and b/convert2pdf/Login.pdf differ
diff --git a/convert2pdf/More.pdf b/convert2pdf/More.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..f36f40ae4377d0872a7acbe524fdfc9804eb25c1
Binary files /dev/null and b/convert2pdf/More.pdf differ
diff --git a/convert2pdf/PizDaint.pdf b/convert2pdf/PizDaint.pdf
index edb406c55a625742a04530401faa24cae63c3f56..103d2747a89cdc09a490191145c50851b54a648b 100644
Binary files a/convert2pdf/PizDaint.pdf and b/convert2pdf/PizDaint.pdf differ
diff --git a/convert2pdf/Profiling-Nvidia_Visual_Profiler-nvprof.pdf b/convert2pdf/Profiling-Nvidia_Visual_Profiler-nvprof.pdf
index ca96a485d66b1586c38c55c856a2c3bc22aeacf2..8461a2fe03651a2224c830d2fb2e315a477de32e 100644
Binary files a/convert2pdf/Profiling-Nvidia_Visual_Profiler-nvprof.pdf and b/convert2pdf/Profiling-Nvidia_Visual_Profiler-nvprof.pdf differ
diff --git a/convert2pdf/Profiling-scorep-Vampir.pdf b/convert2pdf/Profiling-scorep-Vampir.pdf
index bb8031050fdd1e60e0198ae739b56b87a2420a58..0b2bc37fbeafbaf4e900c7906c0a9fb162cfbde1 100644
Binary files a/convert2pdf/Profiling-scorep-Vampir.pdf and b/convert2pdf/Profiling-scorep-Vampir.pdf differ
diff --git a/convert2pdf/all.pdf b/convert2pdf/all.pdf
index 072f3e7b343404214aa53b9b75ede236b5ea5b45..73934f8a94b12712b86c430fbfd8e295bd6b3ab6 100644
Binary files a/convert2pdf/all.pdf and b/convert2pdf/all.pdf differ