Commit: 1636d9fc843c9da187ce6ed318e87fef593b7880 Parent: 78fb1cec97c9f3f172e50e2ce5da697ca8fdb01f Author: Vi Grey Date: 2019-12-17 04:12 UTC Summary: Correct stream offsets of PDF in Makefile Makefile | 4 ++-- bin/gb-nes-pdf-html-zip.gb | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.html | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.nes | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.pdf | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.zip | Bin 32768 -> 32768 bytes 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f839c6a..12ae986 100755 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ all: head -c 16 part.nes > part.bin; \ tail -c +17 part.gb | head -c 96 >> part.bin; \ head -c 4 part.html >> part.bin; \ - head -c 50 part.pdf >> part.bin; \ + head -c 38 part.pdf >> part.bin; \ tail -c +167 part.gb | head -c 170 >> part.bin; \ tail -c +5 part.html | head -c -3 >> part.bin; \ - tail -c +50 part.pdf >> part.bin; \ + tail -c +38 part.pdf >> part.bin; \ tail -c +1989 part.gb | head -c 572 >> part.bin; \ tail -c +2561 part.nes | head -c 512 >> part.bin; \ cat part.zip >> part.bin; \ diff --git a/bin/gb-nes-pdf-html-zip.gb b/bin/gb-nes-pdf-html-zip.gb index 3b919d3..521e230 100644 Binary files a/bin/gb-nes-pdf-html-zip.gb and b/bin/gb-nes-pdf-html-zip.gb differ diff --git a/bin/gb-nes-pdf-html-zip.html b/bin/gb-nes-pdf-html-zip.html index 3b919d3..521e230 100644 Binary files a/bin/gb-nes-pdf-html-zip.html and b/bin/gb-nes-pdf-html-zip.html differ diff --git a/bin/gb-nes-pdf-html-zip.nes b/bin/gb-nes-pdf-html-zip.nes index 3b919d3..521e230 100644 Binary files a/bin/gb-nes-pdf-html-zip.nes and b/bin/gb-nes-pdf-html-zip.nes differ diff --git a/bin/gb-nes-pdf-html-zip.pdf b/bin/gb-nes-pdf-html-zip.pdf index 3b919d3..521e230 100644 Binary files a/bin/gb-nes-pdf-html-zip.pdf and b/bin/gb-nes-pdf-html-zip.pdf differ diff --git a/bin/gb-nes-pdf-html-zip.zip b/bin/gb-nes-pdf-html-zip.zip index 3b919d3..521e230 100644 Binary files a/bin/gb-nes-pdf-html-zip.zip and b/bin/gb-nes-pdf-html-zip.zip differ