Skip to content

Commit 4452683

Browse files
author
henry
committed
Add inner cover for print version
1 parent 1c8b464 commit 4452683

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
*.swp
22
*.bak
3-
*.pdf
43
cover.png
54
back.png
65
back.jpg
76
_book
87
node_modules
8+
svg/*.pdf
9+
book.pdf
10+
print_version.pdf

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ back :
2929
inkscape --export-png back.png back.svg
3030
convert back.png -background white -flatten back.jpg
3131

32+
publish :
33+
pdftk A=book.pdf B=inner.pdf C=blank.pdf cat A1 B1 C1 A2-end output print_version.pdf
34+
3235
clean :
3336
rm $(SVGS)
3437
rm generated/toc/*.md

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ The document is split into five sections:
5252

5353
## Version
5454

55-
This book is updated often, the latest version is available for free from [the book's website](http://javabook.ncredinburgh.com).
55+
This book is updated often. The latest changes to the book can be viewed online at [gitbook.com](https://ncrcoe.gitbooks.io/java-for-small-teams/content/).
5656

57-
You are reading the '{{ book.release }}' version of this book.
57+
Versioned releases are available for free from [the book's website](http://javabook.ncredinburgh.com).
58+
59+
If you are reading a PDF or print copy of this book the release version will be displayed on the inside cover. If there is no inside cover then you are reading an unrelased version of the book.
5860

5961
## History
6062

blank.pdf

859 Bytes
Binary file not shown.

inner.pdf

1.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)